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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 陬晄懇貍」^ | 11101000101000111001110111100110100011011010011111100110101111001010001101011110 | e8a39de68da7e6bca35e |
EUC-JP | 陬晄懇貍」^ | 1111000010100101110110101110100010111010101010011110110010111110100011101010001101011110 | f0a5dae8baa9ecbe8ea35e |
UTF-8 | 陬晄懇貍」^ | 11101001100110011010110011100110100110011000010011100110100001111000011111101000101100101000110111101111101111011010001101011110 | e999ace69984e68787e8b28defbda35e |
UHC | ?晄懇??^ | 0011111111111100110011011100101011010000001111110011111101011110 | 3ffccdcad03f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)