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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 證???陰 | 11100110100110100011111100111111001111111000100101000001 | e69a3f3f3f8941 |
EUC-JP | 證???陰 | 11101011111110100011111100111111001111111011000110100010 | ebfa3f3f3fb1a2 |
UTF-8 | 證쇤렍렞陰 | 111010001010110110001001111011001000011110100100111010111010000010001101111010111010000010011110111010011001100110110000 | e8ad89ec87a4eba08deba09ee999b0 |
UHC | 證쇤렍렞陰 | 11110001111110111011110011101001100011101010001110001110101011111110101111100100 | f1fbbce98ea38eafebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)