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 | ÂûcB | 100011101100001011000011101110110110001101000010 | 8ec2c3bb6342 |
SJIS-WIN | ????cB | 001111110011111100111111001111110110001101000010 | 3f3f3f3f6342 |
EUC-JP | ?ÂÃ?cB | 00111111100011111010101010100100100011111010101010101010001111110110001101000010 | 3f8faaa48faaaa3f6342 |
UTF-8 | ÂûcB | 11000010100011101100001110000010110000111000001111000010101110110110001101000010 | c28ec382c383c2bb6342 |
UHC | ????cB | 001111110011111100111111001111110110001101000010 | 3f3f3f3f6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)