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 | ??Þ? | 00111111001111111101111000111111 | 3f3fde3f |
SJIS-WIN | 猥??猥 | 111000001100111000111111001111111110000011001110 | e0ce3f3fe0ce |
EUC-JP | 猥?Þ猥 | 1110000011010000001111111000111110101001101100001110000011010000 | e0d03f8fa9b0e0d0 |
UTF-8 | 猥뗨Þ猥 | 1110011110001100101001011110101110010111101010001100001110011110111001111000110010100101 | e78ca5eb97a8c39ee78ca5 |
UHC | 猥뗨Þ猥 | 1110100011100101100010111110100010101000101011011110100011100101 | e8e58be8a8ade8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)