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 | 硅ホノ | 11100001111010011100111011001001 | e1e9cec9 |
EUC-JP | 硅ホノ | 111000101110101110001110110011101000111011001001 | e2eb8ece8ec9 |
UTF-8 | 硅ホノ | 111001111010000110000101111011111011111010001110111011111011111010001001 | e7a185efbe8eefbe89 |
UHC | 硅?? | 11010000101010010011111100111111 | d0a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)