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 | 汁???應? | 1000111101100000001111110011111100111111100111001110010000111111 | 8f603f3f3f9ce43f |
| EUC-JP | 汁???應? | 1011110111000001001111110011111100111111110110001110011000111111 | bdc13f3f3fd8e63f |
| UTF-8 | 汁흑렮렧應렱 | 111001101011000110000001111011011001110110010001111010111010000010101110111010111010000010100111111001101000011110001001111010111010000010110001 | e6b181ed9d91eba0aeeba0a7e68789eba0b1 |
| UHC | 汁흑렮렧應렱 | 111100011111000011001000111001101000111010111011100011101011011011101011111010111000111010111110 | f1f0c8e68ebb8eb6ebeb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)