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 | ???楷? | 001111110011111100111111100111101011001000111111 | 3f3f3f9eb23f |
| EUC-JP | ???楷? | 001111110011111100111111110111001011010000111111 | 3f3f3fdcb43f |
| UTF-8 | 嶺뚮벝楷ㅶ | 111011111010011010101011111010111001101010101110111010111011001010011101111001101010010110110111111000111000010110110110 | efa6abeb9aaeebb29de6a5b7e385b6 |
| UHC | 嶺뚮벝楷ㅶ | 11100111101011011000110011101011100100111011100011111010101011001010010011100110 | e7ad8ceb93b8faaca4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)