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 | 111000101111111010000001100010111000101001010001 | e2fe818b8a51 |
SJIS-WIN | ?????Q | 001111110011111100111111001111110011111101010001 | 3f3f3f3f3f51 |
EUC-JP | âþ???Q | 10001111101010111010010010001111101010011101000000111111001111110011111101010001 | 8faba48fa9d03f3f3f51 |
UTF-8 | âþQ | 1100001110100010110000111011111011000010100000011100001010001011110000101000101001010001 | c3a2c3bec281c28bc28a51 |
UHC | ?þ???Q | 00111111101010011010110100111111001111110011111101010001 | 3fa9ad3f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)