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 | åýê³ | 1110010111111101100100111110101010110011 | e5fd93eab3 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | åý?ê? | 1000111110101011101010011000111110101011111100100011111110001111101010111011010000111111 | 8faba98fabf23f8fabb43f |
UTF-8 | åýê³ | 11000011101001011100001110111101110000101001001111000011101010101100001010110011 | c3a5c3bdc293c3aac2b3 |
UHC | ????³ | 001111110011111100111111001111111010100111111000 | 3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)