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 | 缸?? | 11100011100111010011111100111111 | e39d3f3f |
| EUC-JP | 缸?? | 11100101111111010011111100111111 | e5fd3f3f |
| UTF-8 | 缸면떻 | 111001111011110010111000111010111010100110110100111010111001011010111011 | e7bcb8eba9b4eb96bb |
| UHC | 缸면떻 | 111110011111110010111000111010011011011010111011 | f9fcb8e9b6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)