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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 鴉?????? | 1110100111101011001111110011111100111111001111110011111100111111 | e9eb3f3f3f3f3f3f |
EUC-JP | 鴉?????? | 1111001011101101001111110011111100111111001111110011111100111111 | f2ed3f3f3f3f3f3f |
UTF-8 | 鴉딂콊溜졾날琉 | 111010011011010010001001111010111001010010000010111011001011110110001010111011111010011110001011111011001010000110111110111010111000001010100000111011111010011110001100 | e9b489eb9482ecbd8aefa78beca1beeb82a0efa78c |
UHC | 鴉딂콊溜졾날琉 | 1110010010111100100010101110100010110001100001101110101011111110101000001110010110110011101011111110101110100100 | e4bc8ae8b186eafea0e5b3afeba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)