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 | 鰐荏鰐 | 100110000110101110001001011000001001100001101011 | 986b8960986b |
EUC-JP | 鰐荏鰐 | 110011111100110010110001110000011100111111001100 | cfccb1c1cfcc |
UTF-8 | 鰐荏鰐 | 111010011011000010010000111010001000110110001111111010011011000010010000 | e9b090e88d8fe9b090 |
UHC | 鰐荏鰐 | 111001001100101011101100111110111110010011001010 | e4caecfbe4ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)