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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 嫗ヽ椰] | 10011011011000011000000101010010100111101011110101011101 | 9b6181529ebd5d |
EUC-JP | 嫗ヽ椰] | 11010101110000101010000110110011110111001011111101011101 | d5c2a1b3dcbf5d |
UTF-8 | 嫗ヽ椰] | 11100101101010111001011111100011100000111011110111100110101001001011000001011101 | e5ab97e383bde6a4b05d |
UHC | ??椰] | 0011111100111111111001011010101101011101 | 3f3fe5ab5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)