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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?¬?∧^ | 00111111100000011100101000111111100000011100100001011110 | 3f81ca3f81c85e |
EUC-JP | ?¬?∧^ | 00111111101000101100110000111111101000101100101001011110 | 3fa2cc3fa2ca5e |
UTF-8 | 붓¬붓∧^ | 11101011101101101001001111101111101111111010001011101011101101101001001111100010100010001010011101011110 | ebb693efbfa2ebb693e288a75e |
UHC | 붓¬붓∧^ | 101110101101011110100001111111101011101011010111101000011111110001011110 | bad7a1febad7a1fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)