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 | ??YB | 00111111001111110101100101000010 | 3f3f5942 |
SJIS-WIN | 灌溏YB | 100111111111001110011111111011010101100101000010 | 9ff39fed5942 |
EUC-JP | 灌溏YB | 110111101111010111011110111011110101100101000010 | def5deef5942 |
UTF-8 | 灌溏YB | 1110011110000001100011001110011010111010100011110101100101000010 | e7818ce6ba8f5942 |
UHC | 灌?YB | 1100111010110100001111110101100101000010 | ceb43f5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)