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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 探遜但 | 100100100101010010010001101110111001001001000001 | 925491bb9241 |
| EUC-JP | 探遜但 | 110000111011010111000010101111011100001110100010 | c3b5c2bdc3a2 |
| UTF-8 | 探遜但 | 111001101000111010100010111010011000000110011100111001001011110110000110 | e68ea2e9819ce4bd86 |
| UHC | 探遜但 | 111101111010111011100001111000011101001110100011 | f7aee1e1d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)