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 | ¿ÖÞ | 10111111110101101000111111011110 | bfd68fde |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ¿Ö?Þ | 10001111101000101100010010001111101010101101001100111111100011111010100110110000 | 8fa2c48faad33f8fa9b0 |
UTF-8 | ¿ÖÞ | 1100001010111111110000111001011011000010100011111100001110011110 | c2bfc396c28fc39e |
UHC | ¿??Þ | 101000101010111100111111001111111010100010101101 | a2af3f3fa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)