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 | âçSÕ | 111000101001100011100111010100111001111111010101 | e298e7539fd5 |
SJIS-WIN | ???S?? | 001111110011111100111111010100110011111100111111 | 3f3f3f533f3f |
EUC-JP | â?çS?Õ | 100011111010101110100100001111111000111110101011101011100101001100111111100011111010101011011000 | 8faba43f8fabae533f8faad8 |
UTF-8 | âçSÕ | 1100001110100010110000101001100011000011101001110101001111000010100111111100001110010101 | c3a2c298c3a753c29fc395 |
UHC | ???S?? | 001111110011111100111111010100110011111100111111 | 3f3f3f533f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)