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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | 嫄??^ | 100011111011101010100001001111110011111101011110 | 8fbaa13f3f5e |
UTF-8 | 嫄쇨낌^ | 11100101101010111000010011101100100001111010100011101011100000101000110001011110 | e5ab84ec87a8eb828c5e |
UHC | 嫄쇨낌^ | 11101010101100011011110011101010101100111010011001011110 | eab1bceab3a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)