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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 袱仙拍踞」F | 11100101110111101001000011100101100101001000111111100110111101011010001101000110 | e5de90e5948fe6f5a346 |
EUC-JP | 袱仙拍踞」F | 1110101011100000110000001110011111000111111011111110110011110111100011101010001101000110 | eae0c0e7c7efecf78ea346 |
UTF-8 | 袱仙拍踞」F | 11101000101000101011000111100100101110111001100111100110100010111000110111101000101110001001111011101111101111011010001101000110 | e8a2b1e4bb99e68b8de8b89eefbda346 |
UHC | ?仙拍踞?F | 001111111110000010111001110110101101000011001011111001100011111101000110 | 3fe0b9dad0cbe63f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)