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 | ?on}?on{^ | 001111110110111101101110011111010011111101101111011011100111101101011110 | 3f6f6e7d3f6f6e7b5e |
SJIS-WIN | 危on}危on{^ | 1000101011101011011011110110111001111101100010101110101101101111011011100111101101011110 | 8aeb6f6e7d8aeb6f6e7b5e |
EUC-JP | 危on}危on{^ | 1011010011101101011011110110111001111101101101001110110101101111011011100111101101011110 | b4ed6f6e7db4ed6f6e7b5e |
UTF-8 | 危on}危on{^ | 11100101100011011011000101101111011011100111110111100101100011011011000101101111011011100111101101011110 | e58db16f6e7de58db16f6e7b5e |
UHC | 危on}危on{^ | 1110101011001011011011110110111001111101111010101100101101101111011011100111101101011110 | eacb6f6e7deacb6f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)