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 | 硅レア | 11100001111010011101101010110001 | e1e9dab1 |
EUC-JP | 硅レア | 111000101110101110001110110110101000111010110001 | e2eb8eda8eb1 |
UTF-8 | 硅レア | 111001111010000110000101111011111011111010011010111011111011110110110001 | e7a185efbe9aefbdb1 |
UHC | 硅?? | 11010000101010010011111100111111 | d0a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)