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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脂斑? | 1000111010001001100101001100000100111111 | 8e8994c13f |
EUC-JP | 脂斑? | 1011101111101001110010001100001100111111 | bbe9c8c33f |
UTF-8 | 脂斑렣 | 111010001000010010000010111001101001011010010001111010111010000010100011 | e88482e69691eba0a3 |
UHC | 脂斑렣 | 111100101011011111011010111010001000111010110100 | f2b7dae88eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)