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 | ?h?h | 00111111011010000011111101101000 | 3f683f68 |
SJIS-WIN | 籵h籵h | 111000101110000001101000111000101110000001101000 | e2e068e2e068 |
EUC-JP | 籵h籵h | 111001001110001001101000111001001110001001101000 | e4e268e4e268 |
UTF-8 | 籵h籵h | 1110011110110001101101010110100011100111101100011011010101101000 | e7b1b568e7b1b568 |
UHC | ?h?h | 00111111011010000011111101101000 | 3f683f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)