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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 章ェシ、上シ | 1000111111001101101010101011110010100100100011111110001110111100 | 8fcdaabca48fe3bc |
| EUC-JP | 章ェシ、上シ | 101111101100111110001110101010101000111010111100100011101010010010111110111001011000111010111100 | becf8eaa8ebc8ea4bee58ebc |
| UTF-8 | 章ェシ、上シ | 111001111010101110100000111011111011110110101010111011111011110110111100111011111011110110100100111001001011100010001010111011111011110110111100 | e7aba0efbdaaefbdbcefbda4e4b88aefbdbc |
| UHC | 章???上? | 1110110111110001001111110011111100111111110111111011111000111111 | edf13f3f3fdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)