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 | àêä? | 11100000111010101110010000111111 | e0eae43f |
SJIS-WIN | ???∨ | 0011111100111111001111111000000111001001 | 3f3f3f81c9 |
EUC-JP | àêä∨ | 1000111110101011101000101000111110101011101101001000111110101011101000111010001011001011 | 8faba28fabb48faba3a2cb |
UTF-8 | àêä∨ | 110000111010000011000011101010101100001110100100111000101000100010101000 | c3a0c3aac3a4e288a8 |
UHC | ???∨ | 0011111100111111001111111010000111111101 | 3f3f3fa1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)