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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?ц | 001111111000010010001000 | 3f8488 |
EUC-JP | ?ц | 001111111010011111101000 | 3fa7e8 |
UTF-8 | 뤹ц | 1110101110100100101110011101000110000110 | eba4b9d186 |
UHC | 뤹ц | 10001111111001111010110011101000 | 8fe7ace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)