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 | 11100101101011111010000111100100101110001011001001000110 | e5afa1e4b8b246 |
EUC-JP | 蟇。荳イF | 111010101011000110001110101000011110100010111010100011101011001001000110 | eab18ea1e8ba8eb246 |
UTF-8 | 蟇。荳イF | 11101000100111111000011111101111101111011010000111101000100011011011001111101111101111011011001001000110 | e89f87efbda1e88db3efbdb246 |
UHC | ??荳?F | 001111110011111111010100111001010011111101000110 | 3f3fd4e53f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)