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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 灌溏H | 1001111111110011100111111110110101001000 | 9ff39fed48 |
EUC-JP | 灌溏H | 1101111011110101110111101110111101001000 | def5deef48 |
UTF-8 | 灌溏H | 11100111100000011000110011100110101110101000111101001000 | e7818ce6ba8f48 |
UHC | 灌?H | 11001110101101000011111101001000 | ceb43f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)