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 | 1111101011110101111101011011000001000010 | faf5f5b042 |
EUC-JP | 氿?B | 1000111111000110110101110011111101000010 | 8fc6d73f42 |
UTF-8 | 氿B | 11100110101100001011111111101110100100001001101101000010 | e6b0bfee909b42 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)