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 | 鳶??玉 | 100100111100111000111111001111111000101111001010 | 93ce3f3f8bca |
| EUC-JP | 鳶??玉 | 110001101101000000111111001111111011011011001100 | c6d03f3fb6cc |
| UTF-8 | 鳶룟겛玉 | 111010011011001110110110111010111010001110011111111010101011001010011011111001111000111010001001 | e9b3b6eba39feab29be78e89 |
| UHC | 鳶룟겛玉 | 1110011011101001101101111110010110000001101100101110100010101100 | e6e9b7e581b2e8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)