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 | ¶v¶vB | 10011110101101100111011010011110101101100111011001000010 | 9eb6769eb67642 |
SJIS-WIN | ?¶v?¶vB | 001111111000000111110111011101100011111110000001111101110111011001000010 | 3f81f7763f81f77642 |
EUC-JP | ?¶v?¶vB | 001111111010001011111001011101100011111110100010111110010111011001000010 | 3fa2f9763fa2f97642 |
UTF-8 | ¶v¶vB | 1100001010011110110000101011011001110110110000101001111011000010101101100111011001000010 | c29ec2b676c29ec2b67642 |
UHC | ?¶v?¶vB | 001111111010001011010010011101100011111110100010110100100111011001000010 | 3fa2d2763fa2d27642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)