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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 脂拔 | 10001110100010011001110101010101 | 8e899d55 |
EUC-JP | 脂拔 | 10111011111010011101100110110110 | bbe9d9b6 |
UTF-8 | 脂拔 | 111010001000010010000010111001101000101110010100 | e88482e68b94 |
UHC | 脂拔 | 11110010101101111101101011111011 | f2b7dafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)