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 | 轅??? | 1110011101110110001111110011111100111111 | e7763f3f3f |
| EUC-JP | 轅??? | 1110110111010111001111110011111100111111 | edd73f3f3f |
| UTF-8 | 轅렋렺렜 | 111010001011110110000101111010111010000010001011111010111010000010111010111010111010000010011100 | e8bd85eba08beba0baeba09c |
| UHC | 轅렋렺렜 | 1110101010111111100011101010001010001110110000101000111010101110 | eabf8ea28ec28eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)