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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蟆曾}蟆曾{^ | 1110010110110000100100010101110001111101111001011011000010010001010111000111101101011110 | e5b0915c7de5b0915c7b5e |
EUC-JP | 蟆曾}蟆曾{^ | 1110101010110010110000011011110101111101111010101011001011000001101111010111101101011110 | eab2c1bd7deab2c1bd7b5e |
UTF-8 | 蟆曾}蟆曾{^ | 111010001001111110000110111001101001101110111110011111011110100010011111100001101110011010011011101111100111101101011110 | e89f86e69bbe7de89f86e69bbe7b5e |
UHC | ?曾}?曾{^ | 001111111111000111110100011111010011111111110001111101000111101101011110 | 3ff1f47d3ff1f47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)