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 | ÂCÂ]}B | 1100001010010010010000111100001010010010010111010111110101000010 | c29243c2925d7d42 |
SJIS-WIN | ??C??]}B | 0011111100111111010000110011111100111111010111010111110101000010 | 3f3f433f3f5d7d42 |
EUC-JP | Â?CÂ?]}B | 100011111010101010100100001111110100001110001111101010101010010000111111010111010111110101000010 | 8faaa43f438faaa43f5d7d42 |
UTF-8 | ÂCÂ]}B | 110000111000001011000010100100100100001111000011100000101100001010010010010111010111110101000010 | c382c29243c382c2925d7d42 |
UHC | ??C??]}B | 0011111100111111010000110011111100111111010111010111110101000010 | 3f3f433f3f5d7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)