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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 皓?^ | 11100001101010010011111101011110 | e1a93f5e |
| EUC-JP | 皓?^ | 11100010101010110011111101011110 | e2ab3f5e |
| UTF-8 | 皓렓^ | 11100111100110101001001111101011101000001001001101011110 | e79a93eba0935e |
| UHC | 皓렓^ | 1111101111010011100011101010100001011110 | fbd38ea85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)