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 | íß»níß»nB | 111011011101111110111011011011101110110111011111101110110110111001000010 | eddfbb6eeddfbb6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | íß?níß?nB | 1000111110101011101111111000111110101001110011100011111101101110100011111010101110111111100011111010100111001110001111110110111001000010 | 8fabbf8fa9ce3f6e8fabbf8fa9ce3f6e42 |
UTF-8 | íß»níß»nB | 110000111010110111000011100111111100001010111011011011101100001110101101110000111001111111000010101110110110111001000010 | c3adc39fc2bb6ec3adc39fc2bb6e42 |
UHC | ?ß?n?ß?nB | 0011111110101001101011000011111101101110001111111010100110101100001111110110111001000010 | 3fa9ac3f6e3fa9ac3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)