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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 蘊ら?h | 111001010101110110000010111001110011111101101000 | e55d82e73f68 |
EUC-JP | 蘊ら?h | 111010011011111010100100111010010011111101101000 | e9bea4e93f68 |
UTF-8 | 蘊ら겗h | 11101000100110001000101011100011100000101000100111101010101100101001011101101000 | e8988ae38289eab29768 |
UHC | 蘊ら겗h | 11101000101100111010101011101001100000011010111001101000 | e8b3aae981ae68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)