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 | ÂqÂr | 110000101000111101110001110000101000100101110010 | c28f71c28972 |
SJIS-WIN | ??q??r | 001111110011111101110001001111110011111101110010 | 3f3f713f3f72 |
EUC-JP | Â?qÂ?r | 10001111101010101010010000111111011100011000111110101010101001000011111101110010 | 8faaa43f718faaa43f72 |
UTF-8 | ÂqÂr | 11000011100000101100001010001111011100011100001110000010110000101000100101110010 | c382c28f71c382c28972 |
UHC | ??q??r | 001111110011111101110001001111110011111101110010 | 3f3f713f3f72 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)