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 | 11100011110010011000010010001011100001000100101101000010 | e3c9848b844b42 |
EUC-JP | 翹щКB | 11100110110010111010011111101011101001111010110001000010 | e6cba7eba7ac42 |
UTF-8 | 翹щКB | 1110011110111111101110011101000110001001110100001001101001000010 | e7bfb9d189d09a42 |
UHC | 翹щКB | 11001110111011101010110011101011101011001010110001000010 | ceeeacebacac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)