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 | ÒW | 10011100110100101000000110011010010101111000101010000101 | 9cd2819a578a85 |
SJIS-WIN | ????W?? | 00111111001111110011111100111111010101110011111100111111 | 3f3f3f3f573f3f |
EUC-JP | ?Ò??W?? | 001111111000111110101010110100100011111100111111010101110011111100111111 | 3f8faad23f3f573f3f |
UTF-8 | ÒW | 11000010100111001100001110010010110000101000000111000010100110100101011111000010100010101100001010000101 | c29cc392c281c29a57c28ac285 |
UHC | ????W?? | 00111111001111110011111100111111010101110011111100111111 | 3f3f3f3f573f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)