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 | ºàÌÕ· | 1011101011100000110011001101010110110111 | bae0ccd5b7 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ºàÌÕ? | 10001111101000101110101110001111101010111010001010001111101010101100000010001111101010101101100000111111 | 8fa2eb8faba28faac08faad83f |
UTF-8 | ºàÌÕ· | 11000010101110101100001110100000110000111000110011000011100101011100001010110111 | c2bac3a0c38cc395c2b7 |
UHC | º???· | 10101000101011000011111100111111001111111010000110100100 | a8ac3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)