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 | 辿è´è | 11101000101111101011111111101000101101001000100011101000 | e8bebfe8b488e8 |
| SJIS-WIN | ????´?? | 0011111100111111001111110011111110000001010011000011111100111111 | 3f3f3f3f814c3f3f |
| EUC-JP | è?¿è´?è | 10001111101010111011001000111111100011111010001011000100100011111010101110110010101000011010110100111111100011111010101110110010 | 8fabb23f8fa2c48fabb2a1ad3f8fabb2 |
| UTF-8 | 辿è´è | 1100001110101000110000101011111011000010101111111100001110101000110000101011010011000010100010001100001110101000 | c3a8c2bec2bfc3a8c2b4c288c3a8 |
| UHC | ?¾¿?´?? | 00111111101010001111101010100010101011110011111110100010101001010011111100111111 | 3fa8faa2af3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)