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 | áºâ | 111000011011101011100010 | e1bae2 |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | áºâ | 100011111010101110100001100011111010001011101011100011111010101110100100 | 8faba18fa2eb8faba4 |
UTF-8 | áºâ | 110000111010000111000010101110101100001110100010 | c3a1c2bac3a2 |
UHC | ?º? | 00111111101010001010110000111111 | 3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)