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{^ | 111010001001110101101110011111011110100010011101011011100111101101011110 | e89d6e7de89d6e7b5e |
EUC-JP | 陜n}陜n{^ | 111011111111110101101110011111011110111111111101011011100111101101011110 | effd6e7deffd6e7b5e |
UTF-8 | 陜n}陜n{^ | 1110100110011001100111000110111001111101111010011001100110011100011011100111101101011110 | e9999c6e7de9999c6e7b5e |
UHC | 陜n}陜n{^ | 111110011111000001101110011111011111100111110000011011100111101101011110 | f9f06e7df9f06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)