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 | 枝竭?校 | 10001110011111011110001010010001001111111000110101011010 | 8e7de2913f8d5a |
| EUC-JP | 枝竭?校 | 10111011110111101110001111110001001111111011100110111011 | bbdee3f13fb9bb |
| UTF-8 | 枝竭렫校 | 111001101001111010011101111001111010101110101101111010111010000010101011111001101010000010100001 | e69e9de7abadeba0abe6a0a1 |
| UHC | 枝竭렫校 | 1111001010101011110010101110011010001110101110011100111011101000 | f2abcae68eb9cee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)