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 | ¡øè® | 100010001010000110001110111110001110100010101110 | 88a18ef8e8ae |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?¡?øè® | 0011111110001111101000101100001000111111100011111010100111001100100011111010101110110010100011111010001011101110 | 3f8fa2c23f8fa9cc8fabb28fa2ee |
UTF-8 | ¡øè® | 110000101000100011000010101000011100001010001110110000111011100011000011101010001100001010101110 | c288c2a1c28ec3b8c3a8c2ae |
UHC | ?¡?ø?® | 001111111010001010101110001111111010100110101010001111111010001011100111 | 3fa2ae3fa9aa3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)