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 | 怨儡??碇 | 1000100110000101100110010101001100111111001111111001001011110100 | 898599533f3f92f4 |
EUC-JP | 怨儡??碇 | 1011000111100101110100011011010000111111001111111100010011110110 | b1e5d1b43f3fc4f6 |
UTF-8 | 怨儡렍렖碇 | 111001101000000010101000111001011000010010100001111010111010000010001101111010111010000010010110111001111010001010000111 | e680a8e584a1eba08deba096e7a287 |
UHC | 怨儡렍렖碇 | 11101010101100111101011011101101100011101010001110001110101010111110111111101101 | eab3d6ed8ea38eabefed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)