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ÂS^ | 11000010100011110101001111000010100011110101001101011110 | c28f53c28f535e |
SJIS-WIN | ??S??S^ | 00111111001111110101001100111111001111110101001101011110 | 3f3f533f3f535e |
EUC-JP | Â?SÂ?S^ | 1000111110101010101001000011111101010011100011111010101010100100001111110101001101011110 | 8faaa43f538faaa43f535e |
UTF-8 | ÂSÂS^ | 1100001110000010110000101000111101010011110000111000001011000010100011110101001101011110 | c382c28f53c382c28f535e |
UHC | ??S??S^ | 00111111001111110101001100111111001111110101001101011110 | 3f3f533f3f535e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)