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 | 冐瑚碍丱羌 | 11100011111011001000110011101000100010100101011010011000101000111110001110110011 | e3ec8ce88a5698a3e3b3 |
EUC-JP | 冐瑚碍丱羌 | 11100110111011101011100011101010101100111011011111010000101001011110011010110101 | e6eeb8eab3b7d0a5e6b5 |
UTF-8 | 冐瑚碍丱羌 | 111001011000011010010000111001111001000110011010111001111010001010001101111001001011100010110001111001111011111010001100 | e58690e7919ae7a28de4b8b1e7be8c |
UHC | ?瑚碍?羌 | 0011111111111011110100011110010011110100001111111100101110110110 | 3ffbd1e4f43fcbb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)