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 | ?ax | 001111110110000101111000 | 3f6178 |
SJIS-WIN | 朸ax | 10011110010101010110000101111000 | 9e556178 |
EUC-JP | 朸ax | 11011011101101100110000101111000 | dbb66178 |
UTF-8 | 朸ax | 1110011010011100101110000110000101111000 | e69cb86178 |
UHC | ?ax | 001111110110000101111000 | 3f6178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)