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 | ¶vQ] | 1001111010110110011101100101000101011101 | 9eb676515d |
SJIS-WIN | ?¶vQ] | 001111111000000111110111011101100101000101011101 | 3f81f776515d |
EUC-JP | ?¶vQ] | 001111111010001011111001011101100101000101011101 | 3fa2f976515d |
UTF-8 | ¶vQ] | 11000010100111101100001010110110011101100101000101011101 | c29ec2b676515d |
UHC | ?¶vQ] | 001111111010001011010010011101100101000101011101 | 3fa2d276515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)