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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 終??? | 1000111101001001001111110011111100111111 | 8f493f3f3f |
| EUC-JP | 終??? | 1011110110101010001111110011111100111111 | bdaa3f3f3f |
| UTF-8 | 終렫綎렫 | 111001111011010110000010111010111010000010101011111001111011011010001110111010111010000010101011 | e7b582eba0abe7b68eeba0ab |
| UHC | 終렫綎렫 | 1111000011111011100011101011100111101111111100101000111010111001 | f0fb8eb9eff28eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)