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 | 1001001001000001100100011011001001000110 | 924191b246 |
EUC-JP | 但卒F | 1100001110100010110000101011010001000110 | c3a2c2b446 |
UTF-8 | 但卒F | 11100100101111011000011011100101100011011001001001000110 | e4bd86e58d9246 |
UHC | 但卒F | 1101001110100011111100001110111101000110 | d3a3f0ef46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)