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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 灌溏o | 1001111111110011100111111110110101101111 | 9ff39fed6f |
EUC-JP | 灌溏o | 1101111011110101110111101110111101101111 | def5deef6f |
UTF-8 | 灌溏o | 11100111100000011000110011100110101110101000111101101111 | e7818ce6ba8f6f |
UHC | 灌?o | 11001110101101000011111101101111 | ceb43f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)