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{^ | 100110111101001001101110011111011001101111010010011011100111101101011110 | 9bd26e7d9bd26e7b5e |
EUC-JP | 嶬n}嶬n{^ | 110101101101010001101110011111011101011011010100011011100111101101011110 | d6d46e7dd6d46e7b5e |
UTF-8 | 嶬n}嶬n{^ | 1110010110110110101011000110111001111101111001011011011010101100011011100111101101011110 | e5b6ac6e7de5b6ac6e7b5e |
UHC | ?n}?n{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)