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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 鋺エ陷エF | 11100111111110101011010011101000100111001011010001000110 | e7fab4e89cb446 |
EUC-JP | 鋺エ陷エF | 111011101111110010001110101101001110111111111100100011101011010001000110 | eefc8eb4effc8eb446 |
UTF-8 | 鋺エ陷エF | 11101001100010111011101011101111101111011011010011101001100110011011011111101111101111011011010001000110 | e98bbaefbdb4e999b7efbdb446 |
UHC | ??陷?F | 001111110011111111111001111010000011111101000110 | 3f3ff9e83f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)