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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 梨뾖梨뺥삓 | 111011111010011110100010111010111011111010010110111011111010011110100010111010111011101010100101111011001000001010010011 | efa7a2ebbe96efa7a2ebbaa5ec8293 |
| UHC | 梨뾖梨뺥삓 | 11101100101100011001011101010011111011001011000110010101111011011001100010011000 | ecb19753ecb195ed9898 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)