To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 珈獺猾 | 111000001101101111100000110110101110000011001111 | e0dbe0dae0cf |
| EUC-JP | 珈獺猾 | 111000001101110111100000110111001110000011010001 | e0dde0dce0d1 |
| UTF-8 | 珈獺猾 | 111001111000111110001000111001111000110110111010111001111000110010111110 | e78f88e78dbae78cbe |
| UHC | ?獺猾 | 0011111111010011101101111111110011000010 | 3fd3b7fcc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)