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 | ?C?C^ | 0011111101000011001111110100001101011110 | 3f433f435e |
SJIS-WIN | ?C?C^ | 0011111101000011001111110100001101011110 | 3f433f435e |
EUC-JP | ?C?C^ | 0011111101000011001111110100001101011110 | 3f433f435e |
UTF-8 | 혰C혰C^ | 111011011001100010110000010000111110110110011000101100000100001101011110 | ed98b043ed98b0435e |
UHC | 혰C혰C^ | 11000010100101110100001111000010100101110100001101011110 | c29743c297435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)