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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 酌鈼治B | 111100001110011010001110110111101111101111000110100011101010000101000010 | f0e68edefbc68ea142 |
| EUC-JP | ?酌鈼治B | 001111111011110011100000100011111110001111010110101111001010001101000010 | 3fbce08fe3d6bca342 |
| UTF-8 | 酌鈼治B | 11101110100000101010010111101001100001011000110011101001100010001011110011100110101100101011101101000010 | ee82a5e9858ce988bce6b2bb42 |
| UHC | ?酌?治B | 00111111111011011100110000111111111101101011110101000010 | 3fedcc3ff6bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)