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 | ¼µ¼Ýp^ | 101111001011010110111100110111010111000001011110 | bcb5bcdd705e |
| SJIS-WIN | ????p^ | 001111110011111100111111001111110111000001011110 | 3f3f3f3f705e |
| EUC-JP | ???Ýp^ | 0011111100111111001111111000111110101010111100100111000001011110 | 3f3f3f8faaf2705e |
| UTF-8 | ¼µ¼Ýp^ | 11000010101111001100001010110101110000101011110011000011100111010111000001011110 | c2bcc2b5c2bcc39d705e |
| UHC | ¼?¼?p^ | 1010100011111001001111111010100011111001001111110111000001011110 | a8f93fa8f93f705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)