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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ’?純∨ | 10000001011001100011111110001111100000111000000111001001 | 81663f8f8381c9 |
| EUC-JP | ’?純∨ | 10100001110001110011111110111101111000111010001011001011 | a1c73fbde3a2cb |
| UTF-8 | ’룶純∨ | 111000101000000010011001111010111010001110110110111001111011010010010100111000101000100010101000 | e28099eba3b6e7b494e288a8 |
| UHC | ’룶純∨ | 1010000110101111100011111010101111100010111011011010000111111101 | a1af8fabe2eda1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)