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 | 簔蠇矚 | 1110001011000001111101111010010011111011101000011110000111011111 | e2c1f7a4fba1e1df |
| EUC-JP | 簔??矚 | 111001001100001100111111001111111110001011100001 | e4c33f3fe2e1 |
| UTF-8 | 簔蠇矚 | 111001111011000010010100111011101001011010000111111010001010000010000111111001111001111110011010 | e7b094ee9687e8a087e79f9a |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)