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 | 1011110011011001101111001101111001000010 | bcd9bcde42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?Ù?ÞB | 001111111000111110101010111000110011111110001111101010011011000001000010 | 3f8faae33f8fa9b042 |
UTF-8 | ¼Ù¼ÞB | 110000101011110011000011100110011100001010111100110000111001111001000010 | c2bcc399c2bcc39e42 |
UHC | ¼?¼ÞB | 1010100011111001001111111010100011111001101010001010110101000010 | a8f93fa8f9a8ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)