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 | 枝竭?校∋ | 100011100111110111100010100100010011111110001101010110101000000110111001 | 8e7de2913f8d5a81b9 |
| EUC-JP | 枝竭?校∋ | 101110111101111011100011111100010011111110111001101110111010001010111011 | bbdee3f13fb9bba2bb |
| UTF-8 | 枝竭렫校∋ | 111001101001111010011101111001111010101110101101111010111010000010101011111001101010000010100001111000101000100010001011 | e69e9de7abadeba0abe6a0a1e2888b |
| UHC | 枝竭렫校∋ | 11110010101010111100101011100110100011101011100111001110111010001010000111110101 | f2abcae68eb9cee8a1f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)