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 | 裝儡? | 1110010111100100100110010101001100111111 | e5e499533f |
| EUC-JP | 裝儡? | 1110101011100110110100011011010000111111 | eae6d1b43f |
| UTF-8 | 裝儡쏢 | 111010001010001110011101111001011000010010100001111011001000111110100010 | e8a39de584a1ec8fa2 |
| UHC | 裝儡쏢 | 111011011111101111010110111011011011110111110011 | edfbd6edbdf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)