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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
| SJIS-WIN | 珎獨G | 11100000110111011110000011010101111100101011010001000111 | e0dde0d5f2b447 |
| EUC-JP | 珎獨?G | 111000001101111111100000110101110011111101000111 | e0dfe0d73f47 |
| UTF-8 | 珎獨G | 11100111100011111000111011100111100011011010100011101110100001111010101101000111 | e78f8ee78da8ee87ab47 |
| UHC | ?獨?G | 0011111111010100101111000011111101000111 | 3fd4bc3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)