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 | 蔘扼蔘 | 111001001111001110011101010011101110010011110011 | e4f39d4ee4f3 |
EUC-JP | 蔘扼蔘 | 111010001111010111011001101011111110100011110101 | e8f5d9afe8f5 |
UTF-8 | 蔘扼蔘 | 111010001001010010011000111001101000100110111100111010001001010010011000 | e89498e689bce89498 |
UHC | 蔘扼蔘 | 110111111011100011100100111110011101111110111000 | dfb8e4f9dfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)