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 | ê½G | 11101010101111011001001001000111 | eabd9247 |
SJIS-WIN | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
EUC-JP | ê??G | 100011111010101110110100001111110011111101000111 | 8fabb43f3f47 |
UTF-8 | ê½G | 11000011101010101100001010111101110000101001001001000111 | c3aac2bdc29247 |
UHC | ?½?G | 0011111110101000111101100011111101000111 | 3fa8f63f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)