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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 觸磯衆^ | 11100110010111001000100011101001100011110100111101011110 | e65c88e98f4f5e |
EUC-JP | 觸磯衆^ | 11101011101111011011000011101011101111011011000001011110 | ebbdb0ebbdb05e |
UTF-8 | 觸磯衆^ | 11101000101001111011100011100111101000111010111111101000101000011000011001011110 | e8a7b8e7a3afe8a1865e |
UHC | 觸磯衆^ | 11110101101110101101000110110100111100011110101101011110 | f5bad1b4f1eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)