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 | ??S | 001111110011111101010011 | 3f3f53 |
SJIS-WIN | 灌溏S | 1001111111110011100111111110110101010011 | 9ff39fed53 |
EUC-JP | 灌溏S | 1101111011110101110111101110111101010011 | def5deef53 |
UTF-8 | 灌溏S | 11100111100000011000110011100110101110101000111101010011 | e7818ce6ba8f53 |
UHC | 灌?S | 11001110101101000011111101010011 | ceb43f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)