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 | ê²´í | 11101010101100101011010011101101 | eab2b4ed |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | ê?´í | 100011111010101110110100001111111010000110101101100011111010101110111111 | 8fabb43fa1ad8fabbf |
UTF-8 | ê²´í | 1100001110101010110000101011001011000010101101001100001110101101 | c3aac2b2c2b4c3ad |
UHC | ?²´? | 001111111010100111110111101000101010010100111111 | 3fa9f7a2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)