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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 恂[恂[^ | 10011100100101100101101110011100100101100101101101011110 | 9c965b9c965b5e |
EUC-JP | 恂[恂[^ | 11010111111101100101101111010111111101100101101101011110 | d7f65bd7f65b5e |
UTF-8 | 恂[恂[^ | 111001101000000110000010010110111110011010000001100000100101101101011110 | e681825be681825b5e |
UHC | 恂[恂[^ | 11100010111000010101101111100010111000010101101101011110 | e2e15be2e15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)