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 | 霍帑ケ溷密^ | 11101000101101111001101111100100101110011001111111100101100101101010011101011110 | e8b79be4b99fe596a75e |
EUC-JP | 霍帑ケ溷密^ | 1111000010111001110101101110011010001110101110011101111011100111110011001010100101011110 | f0b9d6e68eb9dee7cca95e |
UTF-8 | 霍帑ケ溷密^ | 11101001100111001000110111100101101110001001000111101111101111011011100111100110101110101011011111100101101011111000011001011110 | e99c8de5b891efbdb9e6bab7e5af865e |
UHC | ?帑??密^ | 0011111111110111101101100011111100111111110110101100101101011110 | 3ff7b63f3fdacb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)