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 | ah | 100011010110000101101000 | 8d6168 |
SJIS-WIN | ?ah | 001111110110000101101000 | 3f6168 |
EUC-JP | ?ah | 001111110110000101101000 | 3f6168 |
UTF-8 | ah | 11000010100011010110000101101000 | c28d6168 |
UHC | ?ah | 001111110110000101101000 | 3f6168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)