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}v?n}vB | 001111110110111001111101011101100011111101101110011111010111011001000010 | 3f6e7d763f6e7d7642 |
SJIS-WIN | 毬n}v毬n}vB | 1001111101111011011011100111110101110110100111110111101101101110011111010111011001000010 | 9f7b6e7d769f7b6e7d7642 |
EUC-JP | 毬n}v毬n}vB | 1101110111011100011011100111110101110110110111011101110001101110011111010111011001000010 | dddc6e7d76dddc6e7d7642 |
UTF-8 | 毬n}v毬n}vB | 11100110101011111010110001101110011111010111011011100110101011111010110001101110011111010111011001000010 | e6afac6e7d76e6afac6e7d7642 |
UHC | 毬n}v毬n}vB | 1100111110110011011011100111110101110110110011111011001101101110011111010111011001000010 | cfb36e7d76cfb36e7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)