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 | ?[BF | 00111111010110110100001001000110 | 3f5b4246 |
SJIS-WIN | 俎[BF | 1001100011010111010110110100001001000110 | 98d75b4246 |
EUC-JP | 俎[BF | 1101000011011001010110110100001001000110 | d0d95b4246 |
UTF-8 | 俎[BF | 111001001011111110001110010110110100001001000110 | e4bf8e5b4246 |
UHC | 俎[BF | 1111000010111011010110110100001001000110 | f0bb5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)