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 | 儀貊 | 10001011010101101110011010111011 | 8b56e6bb |
EUC-JP | 儀貊 | 10110101101101111110110010111101 | b5b7ecbd |
UTF-8 | 儀貊 | 111001011000010010000000111010001011001010001010 | e58480e8b28a |
UHC | 儀貊 | 11101011111100001101100011100111 | ebf0d8e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)