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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?ユ?額 | 001111111000001110000110001111111000101001111010 | 3f83863f8a7a |
| EUC-JP | ?ユ?額 | 001111111010010111100110001111111011001111011011 | 3fa5e63fb3db |
| UTF-8 | 吳ユ췃額 | 111001011001000010110011111000111000001110100110111011001011011110000011111010011010000110001101 | e590b3e383a6ecb783e9a18d |
| UHC | 吳ユ췃額 | 1110011111101111101010111110011010101101100111111110010011111110 | e7efabe6ad9fe4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)