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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 但息F | 1001001001000001100100011010011101000110 | 924191a746 |
EUC-JP | 但息F | 1100001110100010110000101010100101000110 | c3a2c2a946 |
UTF-8 | 但息F | 11100100101111011000011011100110100000011010111101000110 | e4bd86e681af46 |
UHC | 但息F | 1101001110100011111000111101001101000110 | d3a3e3d346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)