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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 穹膸 | 11100010011101011110010001011010 | e275e45a |
EUC-JP | 穹膸 | 11100011110101101110011110111011 | e3d6e7bb |
UTF-8 | 穹膸 | 111001111010100110111001111010001000011010111000 | e7a9b9e886b8 |
UHC | 穹? | 110011111110001000111111 | cfe23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)