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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蒿カ蜀カ^ | 11100100111001001011011011100101100001101011011001011110 | e4e4b6e586b65e |
EUC-JP | 蒿カ蜀カ^ | 111010001110011010001110101101101110100111100110100011101011011001011110 | e8e68eb6e9e68eb65e |
UTF-8 | 蒿カ蜀カ^ | 11101000100100101011111111101111101111011011011011101000100111001000000011101111101111011011011001011110 | e892bfefbdb6e89c80efbdb65e |
UHC | 蒿?蜀?^ | 11111011110110100011111111110101101110010011111101011110 | fbda3ff5b93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)