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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 槨倆癈^ | 10011110110110001001100011101101111000011001001101011110 | 9ed898ede1935e |
EUC-JP | 槨倆癈^ | 11011100110110101101000011101111111000011111001101011110 | dcdad0efe1f35e |
UTF-8 | 槨倆癈^ | 11100110101001111010100011100101100000001000011011100111100110011000100001011110 | e6a7a8e58086e799885e |
UHC | 槨倆?^ | 110011101010101011010101110101100011111101011110 | ceaad5d63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)