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 | 11100100011001100011111101000010 | e4663f42 |
EUC-JP | 臟?B | 11100111110001110011111101000010 | e7c73f42 |
UTF-8 | 臟뢦B | 11101000100001111001111111101011101000101010011001000010 | e8879feba2a642 |
UHC | 臟뢦B | 1110110111110100100011110110011101000010 | edf48f6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)