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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 薑??兆 | 111001010100011100111111001111111001001010011011 | e5473f3f929b |
| EUC-JP | 薑??兆 | 111010011010100000111111001111111100001111111011 | e9a83f3fc3fb |
| UTF-8 | 薑롛렽兆 | 111010001001011010010001111010111010000110011011111010111010000010111101111001011000010110000110 | e89691eba19beba0bde58586 |
| UHC | 薑롛렽兆 | 1100101110111001100011101101111110001110110001011111000010111100 | cbb98edf8ec5f0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)