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 | à×ânG | 111000001101011111100010011011101001001001000111 | e0d7e26e9247 |
SJIS-WIN | ?×?n?G | 00111111100000010111111000111111011011100011111101000111 | 3f817e3f6e3f47 |
EUC-JP | à×ân?G | 1000111110101011101000101010000111011111100011111010101110100100011011100011111101000111 | 8faba2a1df8faba46e3f47 |
UTF-8 | à×ânG | 11000011101000001100001110010111110000111010001001101110110000101001001001000111 | c3a0c397c3a26ec29247 |
UHC | ?×?n?G | 00111111101000011011111100111111011011100011111101000111 | 3fa1bf3f6e3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)