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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠢鷺、エ | 111001011011111110001101111010111010010010110100 | e5bf8deba4b4 |
EUC-JP | 蠢鷺、エ | 1110101011000001101110101110110110001110101001001000111010110100 | eac1baed8ea48eb4 |
UTF-8 | 蠢鷺、エ | 111010001010000010100010111010011011011110111010111011111011110110100100111011111011110110110100 | e8a0a2e9b7baefbda4efbdb4 |
UHC | 蠢鷺?? | 111100011110001111010110110111000011111100111111 | f1e3d6dc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)