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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 竰糜筝h竰 | 111000101001001011100010111101001110001010110110011010001110001010010010 | e292e2f4e2b668e292 |
EUC-JP | 竰糜筝h竰 | 111000111111001011100100111101101110010010111000011010001110001111110010 | e3f2e4f6e4b868e3f2 |
UTF-8 | 竰糜筝h竰 | 11100111101010111011000011100111101100111001110011100111101011011001110101101000111001111010101110110000 | e7abb0e7b39ce7ad9d68e7abb0 |
UHC | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)