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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 掖??^ | 1001110101110100001111110011111101011110 | 9d743f3f5e |
EUC-JP | 掖??^ | 1101100111010101001111110011111101011110 | d9d53f3f5e |
UTF-8 | 掖곕젶^ | 11100110100011101001011011101010101100111001010111101100101000001011011001011110 | e68e96eab395eca0b65e |
UHC | 掖곕젶^ | 11100100111110101011000011101011101000001010101001011110 | e4fab0eba0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)