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 | 航ユ? | 1000110101110001100000111000011000111111 | 8d7183863f |
| EUC-JP | 航ユ? | 1011100111010010101001011110011000111111 | b9d2a5e63f |
| UTF-8 | 航ユ꼇 | 111010001000100010101010111000111000001110100110111010101011110010000111 | e888aae383a6eabc87 |
| UHC | 航ユ꼇 | 111110011111111010101011111001101011001010111011 | f9feabe6b2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)