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 | aB | 100000110110000101000010 | 836142 |
SJIS-WIN | ?aB | 001111110110000101000010 | 3f6142 |
EUC-JP | ?aB | 001111110110000101000010 | 3f6142 |
UTF-8 | aB | 11000010100000110110000101000010 | c2836142 |
UHC | ?aB | 001111110110000101000010 | 3f6142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)