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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | ?∨\}?∨\{^ | 0011111110000001110010010101110001111101001111111000000111001001010111000111101101011110 | 3f81c95c7d3f81c95c7b5e |
EUC-JP | ?∨\}?∨\{^ | 0011111110100010110010110101110001111101001111111010001011001011010111000111101101011110 | 3fa2cb5c7d3fa2cb5c7b5e |
UTF-8 | 룶∨\}룶∨\{^ | 1110101110100011101101101110001010001000101010000101110001111101111010111010001110110110111000101000100010101000010111000111101101011110 | eba3b6e288a85c7deba3b6e288a85c7b5e |
UHC | 룶∨\}룶∨\{^ | 10001111101010111010000111111101010111000111110110001111101010111010000111111101010111000111101101011110 | 8faba1fd5c7d8faba1fd5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)