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{^ | 111001101101100101101110011111011110011011011001011011100111101101011110 | e6d96e7de6d96e7b5e |
EUC-JP | 贓n}贓n{^ | 111011001101101101101110011111011110110011011011011011100111101101011110 | ecdb6e7decdb6e7b5e |
UTF-8 | 贓n}贓n{^ | 1110100010110100100100110110111001111101111010001011010010010011011011100111101101011110 | e8b4936e7de8b4936e7b5e |
UHC | 贓n}贓n{^ | 111011011111110001101110011111011110110111111100011011100111101101011110 | edfc6e7dedfc6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)