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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 檣‥^ | 1001111011111100100000010110010001011110 | 9efc81645e |
EUC-JP | 檣‥^ | 1101110011111110101000011100010101011110 | dcfea1c55e |
UTF-8 | 檣‥^ | 11100110101010101010001111100010100000001010010101011110 | e6aaa3e280a55e |
UHC | 檣‥^ | 1110110111101010101000011010010101011110 | edeaa1a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)