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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 荏?怨 | 1000100101100000001111111000100110000101 | 89603f8985 |
EUC-JP | 荏?怨 | 1011000111000001001111111011000111100101 | b1c13fb1e5 |
UTF-8 | 荏렒怨 | 111010001000110110001111111010111010000010010010111001101000000010101000 | e88d8feba092e680a8 |
UHC | 荏렒怨 | 111011001111101110001110101001111110101010110011 | ecfb8ea7eab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)