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 | 嶸??秧 | 111110101011010000111111001111111110001001011110 | fab43f3fe25e |
| EUC-JP | 嶸??秧 | 10001111101110111111010000111111001111111110001110111111 | 8fbbf43f3fe3bf |
| UTF-8 | 嶸뗥넡秧 | 111001011011011010111000111010111001011110100101111010111000010010100001111001111010011110100111 | e5b6b8eb97a5eb84a1e7a7a7 |
| UHC | 嶸뗥넡秧 | 1110011110101110100010111110010110000110101001011110010011101011 | e7ae8be586a5e4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)