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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 褥ц?A | 111001011111000110000100100010000011111101000001 | e5f184883f41 |
| EUC-JP | 褥ц?A | 111010101111001110100111111010000011111101000001 | eaf3a7e83f41 |
| UTF-8 | 褥ц뮅A | 111010001010010010100101110100011000011011101011101011101000010101000001 | e8a4a5d186ebae8541 |
| UHC | 褥ц뮅A | 11101001101100111010110011101000100100101001010001000001 | e9b3ace8929441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)