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 | ??A | 001111110011111101000001 | 3f3f41 |
| SJIS-WIN | 郵?A | 10010111010110000011111101000001 | 97583f41 |
| EUC-JP | 郵?A | 11001101101110010011111101000001 | cdb93f41 |
| UTF-8 | 郵렩A | 11101001100000111011010111101011101000001010100101000001 | e983b5eba0a941 |
| UHC | 郵렩A | 1110100111101000100011101011011101000001 | e9e88eb741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)