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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 劾??宋? | 10001010010011100011111100111111100100010111011000111111 | 8a4e3f3f91763f |
| EUC-JP | 劾??宋? | 10110011101011110011111100111111110000011101011100111111 | b3af3f3fc1d73f |
| UTF-8 | 劾귛렘宋묐 | 111001011000101010111110111010101011011110011011111010111010000010011000111001011010111010001011111010111010110010010000 | e58abeeab79beba098e5ae8bebac90 |
| UHC | 劾귛렘宋묐 | 11111010101101101000001011100101101101111011110111100001111001001001000111101011 | fab682e5b7bde1e491eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)