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 | 蔘冶悼 | 111001001111001110010110111010001001001110001001 | e4f396e89389 |
EUC-JP | 蔘冶悼 | 111010001111010111001100111010101100010111101001 | e8f5cceac5e9 |
UTF-8 | 蔘冶悼 | 111010001001010010011000111001011000011010110110111001101000001010111100 | e89498e586b6e682bc |
UHC | 蔘冶悼 | 110111111011100011100101101001111101001111111010 | dfb8e5a7d3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)