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{^ | 100111001111100101101110011111011001110011111001011011100111101101011110 | 9cf96e7d9cf96e7b5e |
EUC-JP | 戍n}戍n{^ | 110110001111101101101110011111011101100011111011011011100111101101011110 | d8fb6e7dd8fb6e7b5e |
UTF-8 | 戍n}戍n{^ | 1110011010001000100011010110111001111101111001101000100010001101011011100111101101011110 | e6888d6e7de6888d6e7b5e |
UHC | 戍n}戍n{^ | 111000101010000101101110011111011110001010100001011011100111101101011110 | e2a16e7de2a16e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)