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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 迪也懸陌ケF | 11100111100011001001011011100111100011001001110011101000100110011011100101000110 | e78c96e78c9ce899b946 |
EUC-JP | 迪也懸陌ケF | 1110110111101100110011001110100110110111111111001110111111111001100011101011100101000110 | edeccce9b7fceff98eb946 |
UTF-8 | 迪也懸陌ケF | 11101000101111111010101011100100101110011001111111100110100001111011100011101001100110011000110011101111101111011011100101000110 | e8bfaae4b99fe687b8e9998cefbdb946 |
UHC | 迪也懸陌?F | 11101110111010001110010110100101111110101101100011011000111010000011111101000110 | eee8e5a5fad8d8e83f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)