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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 啾h啾 | 1001101001100001011010001001101001100001 | 9a61689a61 |
EUC-JP | 啾h啾 | 1101001111000010011010001101001111000010 | d3c268d3c2 |
UTF-8 | 啾h啾 | 11100101100101011011111001101000111001011001010110111110 | e595be68e595be |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)