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 | Kç}æ\ | 10010111010010111110011101111101111001101000000001011100 | 974be77de6805c |
SJIS-WIN | ?K?}??\ | 00111111010010110011111101111101001111110011111101011100 | 3f4b3f7d3f3f5c |
EUC-JP | ?Kç}æ?\ | 0011111101001011100011111010101110101110011111011000111110101001110000010011111101011100 | 3f4b8fabae7d8fa9c13f5c |
UTF-8 | Kç}æ\ | 1100001010010111010010111100001110100111011111011100001110100110110000101000000001011100 | c2974bc3a77dc3a6c2805c |
UHC | ?K?}æ?\ | 0011111101001011001111110111110110101001101000010011111101011100 | 3f4b3f7da9a13f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)