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 | ???LoBF | 00111111001111110011111101001100011011110100001001000110 | 3f3f3f4c6f4246 |
SJIS-WIN | 昇ィLoBF | 100011111011100011111000101111001010100001001100011011110100001001000110 | 8fb8f8bca84c6f4246 |
EUC-JP | 昇?ィLoBF | 101111101011101000111111100011101010100001001100011011110100001001000110 | beba3f8ea84c6f4246 |
UTF-8 | 昇ィLoBF | 11100110100110001000011111101110100110011001101111101111101111011010100001001100011011110100001001000110 | e69887ee999befbda84c6f4246 |
UHC | 昇??LoBF | 1110001110110000001111110011111101001100011011110100001001000110 | e3b03f3f4c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)