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Âm | 110000101001000101010011110000101000110101101101 | c29153c28d6d |
SJIS-WIN | ??S??m | 001111110011111101010011001111110011111101101101 | 3f3f533f3f6d |
EUC-JP | Â?SÂ?m | 10001111101010101010010000111111010100111000111110101010101001000011111101101101 | 8faaa43f538faaa43f6d |
UTF-8 | ÂSÂm | 11000011100000101100001010010001010100111100001110000010110000101000110101101101 | c382c29153c382c28d6d |
UHC | ??S??m | 001111110011111101010011001111110011111101101101 | 3f3f533f3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)