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 | 10001110100010011001010011001000100000111100101101000010 | 8e8994c883cb42 |
EUC-JP | 脂畔νB | 10111011111010011100100011001010101001101100110101000010 | bbe9c8caa6cd42 |
UTF-8 | 脂畔νB | 111010001000010010000010111001111001010110010100110011101011110101000010 | e88482e79594cebd42 |
UHC | 脂畔νB | 11110010101101111101101011101101101001011110110101000010 | f2b7daeda5ed42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)