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 | �?? | 1110101110100011001111110011111100111111 | eba33f3f3f |
| SJIS-WIN | ?£‡蹕押 | 001111111000000110010010100000011111011011100111010010101000100110011111 | 3f819281f6e74a899f |
| EUC-JP | 룇蹕押 | 1000111110101011101100111010000111110010101000101111100011101101101010111011001010100001 | 8fabb3a1f2a2f8edabb2a1 |
| UTF-8 | 룇蹕押 | 11000011101010111100001010100011111000101000000010100001111010001011100110010101111001101000101010111100 | c3abc2a3e280a1e8b995e68abc |
| UHC | ??‡?押 | 00111111001111111010001011010100001111111110010011100011 | 3f3fa2d43fe4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)