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 | ò¢¤[BF | 11110010101000101000111010100100010110110100001001000110 | f2a28ea45b4246 |
SJIS-WIN | ?¢??[BF | 0011111110000001100100010011111100111111010110110100001001000110 | 3f81913f3f5b4246 |
EUC-JP | ò¢?¤[BF | 100011111010101111010010101000011111000100111111100011111010001011110000010110110100001001000110 | 8fabd2a1f13f8fa2f05b4246 |
UTF-8 | ò¢¤[BF | 1100001110110010110000101010001011000010100011101100001010100100010110110100001001000110 | c3b2c2a2c28ec2a45b4246 |
UHC | ???¤[BF | 0011111100111111001111111010001010110100010110110100001001000110 | 3f3f3fa2b45b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)