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 | ?憧 | 001111111001001110110010 | 3f93b2 |
EUC-JP | ?憧 | 001111111100011010110100 | 3fc6b4 |
UTF-8 | 뤯憧 | 111010111010010010101111111001101000011010100111 | eba4afe686a7 |
UHC | 뤯憧 | 10001111110111011101010011010011 | 8fddd4d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)