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 | 1111000111111110101111011101111001000010 | f1febdde42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ñþ?ÞB | 1000111110101011110100001000111110101001110100000011111110001111101010011011000001000010 | 8fabd08fa9d03f8fa9b042 |
UTF-8 | ñþ½ÞB | 110000111011000111000011101111101100001010111101110000111001111001000010 | c3b1c3bec2bdc39e42 |
UHC | ?þ½ÞB | 0011111110101001101011011010100011110110101010001010110101000010 | 3fa9ada8f6a8ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)