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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 汁??竭? | 10001111011000000011111100111111111000101001000100111111 | 8f603f3fe2913f |
| EUC-JP | 汁??竭? | 10111101110000010011111100111111111000111111000100111111 | bdc13f3fe3f13f |
| UTF-8 | 汁흙렒竭렰 | 111001101011000110000001111011011001110110011001111010111010000010010010111001111010101110101101111010111010000010110000 | e6b181ed9d99eba092e7abadeba0b0 |
| UHC | 汁흙렒竭렰 | 11110001111100001100100011101011100011101010011111001010111001101000111010111101 | f1f0c8eb8ea7cae68ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)