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 | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 嶸炉K | 1111101010110100100110000100011001001011 | fab498464b |
EUC-JP | 嶸炉K | 100011111011101111110100110011111010011101001011 | 8fbbf4cfa74b |
UTF-8 | 嶸炉K | 11100101101101101011100011100111100000101000100101001011 | e5b6b8e782894b |
UHC | 嶸?K | 11100111101011100011111101001011 | e7ae3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)