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 | 胱ц | 11100011111101111000010010001000 | e3f78488 |
EUC-JP | 胱ц | 11100110111110011010011111101000 | e6f9a7e8 |
UTF-8 | 胱ц | 1110100010000011101100011101000110000110 | e883b1d186 |
UHC | 胱ц | 11001110110011011010110011101000 | cecdace8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)