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{^ | 100010001111100001101110011111011000100011111000011011100111101101011110 | 88f86e7d88f86e7b5e |
EUC-JP | 引n}引n{^ | 101100001111101001101110011111011011000011111010011011100111101101011110 | b0fa6e7db0fa6e7b5e |
UTF-8 | 引n}引n{^ | 1110010110111100100101010110111001111101111001011011110010010101011011100111101101011110 | e5bc956e7de5bc956e7b5e |
UHC | 引n}引n{^ | 111011001101101001101110011111011110110011011010011011100111101101011110 | ecda6e7decda6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)