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 | ?nBF | 00111111011011100100001001000110 | 3f6e4246 |
SJIS-WIN | 辰nBF | 1001001001000011011011100100001001000110 | 92436e4246 |
EUC-JP | 辰nBF | 1100001110100100011011100100001001000110 | c3a46e4246 |
UTF-8 | 辰nBF | 111010001011111010110000011011100100001001000110 | e8beb06e4246 |
UHC | 辰nBF | 1111001011100011011011100100001001000110 | f2e36e4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)