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 | ??@ | 001111110011111101000000 | 3f3f40 |
SJIS-WIN | 豺ョ@ | 11100110101101111010111001000000 | e6b7ae40 |
EUC-JP | 豺ョ@ | 1110110010111001100011101010111001000000 | ecb98eae40 |
UTF-8 | 豺ョ@ | 11101000101100011011101011101111101111011010111001000000 | e8b1baefbdae40 |
UHC | 豺?@ | 11100011110011110011111101000000 | e3cf3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)