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}?n{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 賚n}賚n{^ | 111001101100110101101110011111011110011011001101011011100111101101011110 | e6cd6e7de6cd6e7b5e |
EUC-JP | 賚n}賚n{^ | 111011001100111101101110011111011110110011001111011011100111101101011110 | eccf6e7deccf6e7b5e |
UTF-8 | 賚n}賚n{^ | 1110100010110011100110100110111001111101111010001011001110011010011011100111101101011110 | e8b39a6e7de8b39a6e7b5e |
UHC | 賚n}賚n{^ | 110101101111001001101110011111011101011011110010011011100111101101011110 | d6f26e7dd6f26e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)