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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 歪辧}歪辧{^ | 1001100001100011100110011001111101111101100110000110001110011001100111110111101101011110 | 9863999f7d9863999f7b5e |
EUC-JP | 歪辧}歪辧{^ | 1100111111000100110100101010000101111101110011111100010011010010101000010111101101011110 | cfc4d2a17dcfc4d2a17b5e |
UTF-8 | 歪辧}歪辧{^ | 111001101010110110101010111010001011111010100111011111011110011010101101101010101110100010111110101001110111101101011110 | e6adaae8bea77de6adaae8bea77b5e |
UHC | 歪?}歪?{^ | 111010001110000000111111011111011110100011100000001111110111101101011110 | e8e03f7de8e03f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)