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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 珥臀■擬? | 111000001110000011100100010111001000000110100001100010110101101100111111 | e0e0e45c81a18b5b3f |
EUC-JP | 珥臀■擬? | 111000001110001011100111101111011010001010100011101101011011110000111111 | e0e2e7bda2a3b5bc3f |
UTF-8 | 珥臀■擬렍 | 111001111000111110100101111010001000011110000000111000101001011010100000111001101001001110101100111010111010000010001101 | e78fa5e88780e296a0e693aceba08d |
UHC | 珥臀■擬렍 | 11101100101101001101010011101011101000011110000111101011111101001000111010100011 | ecb4d4eba1e1ebf48ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)