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 | 症贇偰 | 1000111111000111111001101101010011110000110010111111101001111001 | 8fc7e6d4f0cbfa79 |
EUC-JP | 症贇?偰 | 1011111011001001111011001101011000111111100011111011000111110100 | bec9ecd63f8fb1f4 |
UTF-8 | 症贇偰 | 111001111001011110000111111010001011010010000111111011101000001010001010111001011000000110110000 | e79787e8b487ee828ae581b0 |
UHC | 症贇?? | 111100011111100011101011110010110011111100111111 | f1f8ebcb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)