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 | 뜰¬뜰∧^ | 11101011100111001011000011101111101111111010001011101011100111001011000011100010100010001010011101011110 | eb9cb0efbfa2eb9cb0e288a75e |
UHC | 뜰¬뜰∧^ | 101101101110001110100001111111101011011011100011101000011111110001011110 | b6e3a1feb6e3a1fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)