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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 驢\}驢\{^ | 111010011000011001011100011111011110100110000110010111000111101101011110 | e9865c7de9865c7b5e |
EUC-JP | 驢\}驢\{^ | 111100011110011001011100011111011111000111100110010111000111101101011110 | f1e65c7df1e65c7b5e |
UTF-8 | 驢\}驢\{^ | 1110100110101001101000100101110001111101111010011010100110100010010111000111101101011110 | e9a9a25c7de9a9a25c7b5e |
UHC | 驢\}驢\{^ | 110101011111000001011100011111011101010111110000010111000111101101011110 | d5f05c7dd5f05c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)