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 | ªª¡øh | 100011111010101010101010101000011111100001101000 | 8faaaaa1f868 |
SJIS-WIN | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
EUC-JP | ?ªª¡øh | 0011111110001111101000101110110010001111101000101110110010001111101000101100001010001111101010011100110001101000 | 3f8fa2ec8fa2ec8fa2c28fa9cc68 |
UTF-8 | ªª¡øh | 1100001010001111110000101010101011000010101010101100001010100001110000111011100001101000 | c28fc2aac2aac2a1c3b868 |
UHC | ?ªª¡øh | 00111111101010001010001110101000101000111010001010101110101010011010101001101000 | 3fa8a3a8a3a2aea9aa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)