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 | ???Q | 00111111001111110011111101010001 | 3f3f3f51 |
SJIS-WIN | 脂勃?Q | 100011101000100110010110011101010011111101010001 | 8e8996753f51 |
EUC-JP | 脂勃?Q | 101110111110100111001011110101100011111101010001 | bbe9cbd63f51 |
UTF-8 | 脂勃짊Q | 11101000100001001000001011100101100010111000001111101100101001111000101001010001 | e88482e58b83eca78a51 |
UHC | 脂勃짊Q | 11110010101101111101101011111010110000011111101101010001 | f2b7dafac1fb51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)