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 | 11100001110111101110000111010110111100111011010101000111 | e1dee1d6f3b547 |
| EUC-JP | 矗瞶?G | 111000101110000011100010110110000011111101000111 | e2e0e2d83f47 |
| UTF-8 | 矗瞶G | 11100111100111111001011111100111100111101011011011101110100010101010100001000111 | e79f97e79eb6ee8aa847 |
| UHC | 矗??G | 1111010110111000001111110011111101000111 | f5b83f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)