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? | 001111110101101000111111 | 3f5a3f |
SJIS-WIN | 哭Z痞 | 1001101001001100010110101110000101111100 | 9a4c5ae17c |
EUC-JP | 哭Z痞 | 1101001110101101010110101110000111011101 | d3ad5ae1dd |
UTF-8 | 哭Z痞 | 11100101100100111010110101011010111001111001011110011110 | e593ad5ae7979e |
UHC | 哭Z? | 11001101110101100101101000111111 | cdd65a3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)