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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 蠇溯。スF | 11111011101000011001111111101000101000011011110101000110 | fba19fe8a1bd46 |
EUC-JP | ?溯。スF | 0011111111011110111010101000111010100001100011101011110101000110 | 3fdeea8ea18ebd46 |
UTF-8 | 蠇溯。スF | 11101000101000001000011111100110101110101010111111101111101111011010000111101111101111011011110101000110 | e8a087e6baafefbda1efbdbd46 |
UHC | ?溯??F | 001111111110000110111101001111110011111101000110 | 3fe1bd3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)