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 | °±}°±{^ | 10110000101100010111110110110000101100010111101101011110 | b0b17db0b17b5e |
SJIS-WIN | °±}°±{^ | 1000000110001011100000010111110101111101100000011000101110000001011111010111101101011110 | 818b817d7d818b817d7b5e |
EUC-JP | °±}°±{^ | 1010000111101011101000011101111001111101101000011110101110100001110111100111101101011110 | a1eba1de7da1eba1de7b5e |
UTF-8 | °±}°±{^ | 1100001010110000110000101011000101111101110000101011000011000010101100010111101101011110 | c2b0c2b17dc2b0c2b17b5e |
UHC | °±}°±{^ | 1010000111000110101000011011111001111101101000011100011010100001101111100111101101011110 | a1c6a1be7da1c6a1be7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)