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 | èz[èz[^ | 11101000011110100101101111101000011110100101101101011110 | e87a5be87a5b5e |
SJIS-WIN | ?z[?z[^ | 00111111011110100101101100111111011110100101101101011110 | 3f7a5b3f7a5b5e |
EUC-JP | èz[èz[^ | 1000111110101011101100100111101001011011100011111010101110110010011110100101101101011110 | 8fabb27a5b8fabb27a5b5e |
UTF-8 | èz[èz[^ | 110000111010100001111010010110111100001110101000011110100101101101011110 | c3a87a5bc3a87a5b5e |
UHC | ?z[?z[^ | 00111111011110100101101100111111011110100101101101011110 | 3f7a5b3f7a5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)