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 | 1011110111111011011011110100001001000110 | bdfb6f4246 |
EUC-JP | ス畯BF | 10001110101111011000111111001101101110110100001001000110 | 8ebd8fcdbb4246 |
UTF-8 | ス畯BF | 1110111110111101101111011110011110010101101011110100001001000110 | efbdbde795af4246 |
UHC | ?畯BF | 0011111111110001111000010100001001000110 | 3ff1e14246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)