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 | 形?^ | 10001100011000000011111101011110 | 8c603f5e |
EUC-JP | 形?^ | 10110111110000010011111101011110 | b7c13f5e |
UTF-8 | 形긎^ | 11100101101111011010001011101010101110001000111001011110 | e5bda2eab88e5e |
UHC | 形긎^ | 1111101110100001100000110100110101011110 | fba1834d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)