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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ???綜? | 001111110011111100111111100100011000111000111111 | 3f3f3f918e3f |
| EUC-JP | ???綜? | 001111110011111100111111110000011110111000111111 | 3f3f3fc1ee3f |
| UTF-8 | 롇롊렍綜렞 | 111010111010000110000111111010111010000110001010111010111010000010001101111001111011011010011100111010111010000010011110 | eba187eba18aeba08de7b69ceba09e |
| UHC | 롇롊렍綜렞 | 10001110110011011000111011010000100011101010001111110000111111001000111010101111 | 8ecd8ed08ea3f0fc8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)