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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 侑?B | 10011000110100000011111101000010 | 98d03f42 |
EUC-JP | 侑?B | 11010000110100100011111101000010 | d0d23f42 |
UTF-8 | 侑큁B | 11100100101111101001000111101101100000011000000101000010 | e4be91ed818142 |
UHC | 侑큁B | 1110101011100010101101000101000001000010 | eae2b45042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)