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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鞦焦ァ玳B | 1110100011100001100011111100010110100111111000001101110001000010 | e8e18fc5a7e0dc42 |
EUC-JP | 鞦焦ァ玳B | 111100001110001110111110110001111000111010100111111000001101111001000010 | f0e3bec78ea7e0de42 |
UTF-8 | 鞦焦ァ玳B | 11101001100111101010011011100111100001001010011011101111101111011010011111100111100011101011001101000010 | e99ea6e784a6efbda7e78eb342 |
UHC | ?焦?玳B | 00111111111101011010010100111111110100111110010101000010 | 3ff5a53fd3e542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)