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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ???飮③? | 0011111100111111001111111001111101011010100001110100001000111111 | 3f3f3f9f5a87423f |
| EUC-JP | ???飮?? | 00111111001111110011111111011101101110110011111100111111 | 3f3f3fddbb3f3f |
| UTF-8 | 琉듣뒞飮③뼢 | 111011111010011110001100111010111001001110100011111010111001001010011110111010011010001110101110111000101001000110100010111010111011110010100010 | efa78ceb93a3eb929ee9a3aee291a2ebbca2 |
| UHC | 琉듣뒞飮③뼢 | 111010111010010010110101111010001000101010011010111010111110011010101000111010011001011010100101 | eba4b5e88a9aebe6a8e996a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)