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 | 箙ン | 1110001010110111110111011111010101001111 | e2b7ddf54f |
| EUC-JP | 箙ン? | 1110010010111001100011101101110100111111 | e4b98edd3f |
| UTF-8 | 箙ン | 111001111010111010011001111011111011111010011101111011101000111010111011 | e7ae99efbe9dee8ebb |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)