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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 渙湫灌溏\ | 100111111101000010011111110101011001111111110011100111111110110101011100 | 9fd09fd59ff39fed5c |
EUC-JP | 渙湫灌溏\ | 110111101101001011011110110101111101111011110101110111101110111101011100 | ded2ded7def5deef5c |
UTF-8 | 渙湫灌溏\ | 11100110101110001001100111100110101110011010101111100111100000011000110011100110101110101000111101011100 | e6b899e6b9abe7818ce6ba8f5c |
UHC | 渙湫灌?\ | 1111110010111001111101011101001111001110101101000011111101011100 | fcb9f5d3ceb43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)