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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 猜隧 | 11100000110010001110100010101001 | e0c8e8a9 |
EUC-JP | 猜隧 | 11100000110010101111000010101011 | e0caf0ab |
UTF-8 | 猜隧 | 111001111000110010011100111010011001101010100111 | e78c9ce99aa7 |
UHC | 猜隧 | 11100011110001001110001011001010 | e3c4e2ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)