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 | 簔鮏矚 | 1110001011000001111101111010010011111100010000111110000111011111 | e2c1f7a4fc43e1df |
| EUC-JP | 簔?鮏矚 | 1110010011000011001111111000111111101010110110111110001011100001 | e4c33f8feadbe2e1 |
| UTF-8 | 簔鮏矚 | 111001111011000010010100111011101001011010000111111010011010111010001111111001111001111110011010 | e7b094ee9687e9ae8fe79f9a |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)