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 | ?dn}?dn{^ | 001111110110010001101110011111010011111101100100011011100111101101011110 | 3f646e7d3f646e7b5e |
SJIS-WIN | dn}dn{^ | 1111011110101100011001000110111001111101111101111010110001100100011011100111101101011110 | f7ac646e7df7ac646e7b5e |
EUC-JP | ?dn}?dn{^ | 001111110110010001101110011111010011111101100100011011100111101101011110 | 3f646e7d3f646e7b5e |
UTF-8 | dn}dn{^ | 11101110100101101000111101100100011011100111110111101110100101101000111101100100011011100111101101011110 | ee968f646e7dee968f646e7b5e |
UHC | ?dn}?dn{^ | 001111110110010001101110011111010011111101100100011011100111101101011110 | 3f646e7d3f646e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)