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 | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 艷稙BF | 111001001000011011100010011001010100001001000110 | e486e2654246 |
EUC-JP | 艷稙BF | 111001111110011011100011110001100100001001000110 | e7e6e3c64246 |
UTF-8 | 艷稙BF | 1110100010001001101101111110011110101000100110010100001001000110 | e889b7e7a8994246 |
UHC | ?稙BF | 0011111111110010110000100100001001000110 | 3ff2c24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)