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 | ?`? | 001111110110000000111111 | 3f603f |
SJIS-WIN | ?`? | 001111110110000000111111 | 3f603f |
EUC-JP | ?`? | 001111110110000000111111 | 3f603f |
UTF-8 | 혺`혴 | 11101101100110001011101001100000111011011001100010110100 | ed98ba60ed98b4 |
UHC | 혺`혴 | 1100001010011111011000001100001010011011 | c29f60c29b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)