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 | ù®ù®B | 1111100110101110111110011010111001000010 | f9aef9ae42 |
| SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| EUC-JP | ù®ù®B | 10001111101010111110001110001111101000101110111010001111101010111110001110001111101000101110111001000010 | 8fabe38fa2ee8fabe38fa2ee42 |
| UTF-8 | ù®ù®B | 110000111011100111000010101011101100001110111001110000101010111001000010 | c3b9c2aec3b9c2ae42 |
| UHC | ?®?®B | 00111111101000101110011100111111101000101110011101000010 | 3fa2e73fa2e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)