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{^ | 100110001010011101101110011111011001100010100111011011100111101101011110 | 98a76e7d98a76e7b5e |
EUC-JP | 乂n}乂n{^ | 110100001010100101101110011111011101000010101001011011100111101101011110 | d0a96e7dd0a96e7b5e |
UTF-8 | 乂n}乂n{^ | 1110010010111001100000100110111001111101111001001011100110000010011011100111101101011110 | e4b9826e7de4b9826e7b5e |
UHC | 乂n}乂n{^ | 111001111101000101101110011111011110011111010001011011100111101101011110 | e7d16e7de7d16e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)