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 | 毓?? | 10011111011110010011111100111111 | 9f793f3f |
| EUC-JP | 毓?? | 11011101110110100011111100111111 | ddda3f3f |
| UTF-8 | 毓며툨 | 111001101010111110010011111010111010100110110000111011011000100010101000 | e6af93eba9b0ed88a8 |
| UHC | 毓며툨 | 111010111011111010111000111001111011100010011111 | ebbeb8e7b89f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)