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 | 110000111011101101010011110000101000111101110011 | c3bb53c28f73 |
SJIS-WIN | ??S??s | 001111110011111101010011001111110011111101110011 | 3f3f533f3f73 |
EUC-JP | Ã?SÂ?s | 10001111101010101010101000111111010100111000111110101010101001000011111101110011 | 8faaaa3f538faaa43f73 |
UTF-8 | ûSÂs | 11000011100000111100001010111011010100111100001110000010110000101000111101110011 | c383c2bb53c382c28f73 |
UHC | ??S??s | 001111110011111101010011001111110011111101110011 | 3f3f533f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)