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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | 饔?????B | 100011111110100011101111001111110011111100111111001111110011111101000010 | 8fe8ef3f3f3f3f3f42 |
UTF-8 | 饔끿턂溜뗫젌B | 11101001101001011001010011101011100000011011111111101101100001001000001011101111101001111000101111101011100101111010101111101100101000001000110001000010 | e9a594eb81bfed8482efa78beb97abeca08c42 |
UHC | 饔끿턂溜뗫젌B | 11101000101111011000010111100111101101011001111011101010111111101000101111101011101000001000110101000010 | e8bd85e7b59eeafe8beba08d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)