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 | 10001111111101100011111110001101011100010011111101000110 | 8ff63f8d713f46 |
EUC-JP | 蒸?航?F | 10111110111110000011111110111001110100100011111101000110 | bef83fb9d23f46 |
UTF-8 | 蒸렡航렫F | 11101000100100101011100011101011101000001010000111101000100010001010101011101011101000001010101101000110 | e892b8eba0a1e888aaeba0ab46 |
UHC | 蒸렡航렫F | 111100011111101010001110101100101111100111111110100011101011100101000110 | f1fa8eb2f9fe8eb946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)