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{^ | 100101110110010001101110011111011001011101100100011011100111101101011110 | 97646e7d97646e7b5e |
EUC-JP | 妖n}妖n{^ | 110011011100010101101110011111011100110111000101011011100111101101011110 | cdc56e7dcdc56e7b5e |
UTF-8 | 妖n}妖n{^ | 1110010110100110100101100110111001111101111001011010011010010110011011100111101101011110 | e5a6966e7de5a6966e7b5e |
UHC | 妖n}妖n{^ | 111010001110110101101110011111011110100011101101011011100111101101011110 | e8ed6e7de8ed6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)