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 | ?湮 | 001111111001111111001110 | 3f9fce |
EUC-JP | ?湮 | 001111111101111011010000 | 3fded0 |
UTF-8 | 뤳湮 | 111010111010010010110011111001101011100110101110 | eba4b3e6b9ae |
UHC | 뤳湮 | 10001111111000011110110011011100 | 8fe1ecdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)