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 | 11101000100111001010100111101000100101101011100101000110 | e89ca9e896b946 |
EUC-JP | 陷ゥ阮ケF | 111011111111110010001110101010011110111111110110100011101011100101000110 | effc8ea9eff68eb946 |
UTF-8 | 陷ゥ阮ケF | 11101001100110011011011111101111101111011010100111101001100110001010111011101111101111011011100101000110 | e999b7efbda9e998aeefbdb946 |
UHC | 陷?阮?F | 11111001111010000011111111101000110101100011111101000110 | f9e83fe8d63f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)