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 | 荏??? | 1000100101100000001111110011111100111111 | 89603f3f3f |
| EUC-JP | 荏??? | 1011000111000001001111110011111100111111 | b1c13f3f3f |
| UTF-8 | 荏븅렡렜 | 111010001000110110001111111010111011100010000101111010111010000010100001111010111010000010011100 | e88d8febb885eba0a1eba09c |
| UHC | 荏븅렡렜 | 1110110011111011101110101110100110001110101100101000111010101110 | ecfbbae98eb28eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)