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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 脂拔釋B | 10001110100010011001110101010101111001111101011101000010 | 8e899d55e7d742 |
EUC-JP | 脂拔釋B | 10111011111010011101100110110110111011101101100101000010 | bbe9d9b6eed942 |
UTF-8 | 脂拔釋B | 11101000100001001000001011100110100010111001010011101001100001111000101101000010 | e88482e68b94e9878b42 |
UHC | 脂拔釋B | 11110010101101111101101011111011111000001011011101000010 | f2b7dafbe0b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)