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 | ??E??E^ | 00111111001111110100010100111111001111110100010101011110 | 3f3f453f3f455e |
SJIS-WIN | ??E??E^ | 00111111001111110100010100111111001111110100010101011110 | 3f3f453f3f455e |
EUC-JP | ??E??E^ | 00111111001111110100010100111111001111110100010101011110 | 3f3f453f3f455e |
UTF-8 | 鮜یE鮜یE^ | 11101001101011101001110011011011100011000100010111101001101011101001110011011011100011000100010101011110 | e9ae9cdb8c45e9ae9cdb8c455e |
UHC | ??E??E^ | 00111111001111110100010100111111001111110100010101011110 | 3f3f453f3f455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)