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 | 111110101011000110001111010011001111101010110001100011110100110001000010 | fab18f4cfab18f4c42 |
| EUC-JP | ?臭?臭B | 00111111101111011010110100111111101111011010110101000010 | 3fbdad3fbdad42 |
| UTF-8 | 﨑臭﨑臭B | 11101111101010001001000111101000100001111010110111101111101010001001000111101000100001111010110101000010 | efa891e887adefa891e887ad42 |
| UHC | ?臭?臭B | 00111111111101101010101100111111111101101010101101000010 | 3ff6ab3ff6ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)