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 | 飴飴^ | 1000100010111001100010001011100101011110 | 88b988b95e |
EUC-JP | 飴飴^ | 1011000010111011101100001011101101011110 | b0bbb0bb5e |
UTF-8 | 飴飴^ | 11101001101000111011010011101001101000111011010001011110 | e9a3b4e9a3b45e |
UHC | 飴飴^ | 1110110011000111111011001100011101011110 | ecc7ecc75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)