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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?莉?莉^ | 00111111111001001011101100111111111001001011101101011110 | 3fe4bb3fe4bb5e |
EUC-JP | ?莉?莉^ | 00111111111010001011110100111111111010001011110101011110 | 3fe8bd3fe8bd5e |
UTF-8 | 쓸莉쓸莉^ | 11101100100100111011100011101000100011101000100111101100100100111011100011101000100011101000100101011110 | ec93b8e88e89ec93b8e88e895e |
UHC | 쓸莉쓸莉^ | 101111101011010111010111111010011011111010110101110101111110100101011110 | beb5d7e9beb5d7e95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)