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 | 移?怨? | 100010001101101000111111100010011000010100111111 | 88da3f89853f |
| EUC-JP | 移?怨? | 101100001101110000111111101100011110010100111111 | b0dc3fb1e53f |
| UTF-8 | 移렦怨졀 | 111001111010011110111011111010111010000010100110111001101000000010101000111011001010000110000000 | e7a7bbeba0a6e680a8eca180 |
| UHC | 移렦怨졀 | 1110110010111001100011101011010111101010101100111100000110110000 | ecb98eb5eab3c1b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)