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 | 賊?淨?? | 10010001101011110011111110011111110001000011111100111111 | 91af3f9fc43f3f |
EUC-JP | 賊?淨?? | 11000010101100010011111111011110110001100011111100111111 | c2b13fdec63f3f |
UTF-8 | 賊렍淨ㅶ敾 | 111010001011001110001010111010111010000010001101111001101011011110101000111000111000010110110110111001101001010110111110 | e8b38aeba08de6b7a8e385b6e695be |
UHC | 賊렍淨ㅶ敾 | 11101110111001001000111010100011111011111110010010100100111001101110000011000000 | eee48ea3efe4a4e6e0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)