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 | 遽ウ軏区ァ | 1110011110101111101100111111101110110010100010111110011010100111 | e7afb3fbb28be6a7 |
| EUC-JP | 遽ウ軏区ァ | 1110111010110001100011101011001110001111111000001101100110110110111010001000111010100111 | eeb18eb38fe0d9b6e88ea7 |
| UTF-8 | 遽ウ軏区ァ | 111010011000000110111101111011111011110110110011111010001011101110001111111001011000110010111010111011111011110110100111 | e981bdefbdb3e8bb8fe58cbaefbda7 |
| UHC | 遽???? | 110010111110100000111111001111110011111100111111 | cbe83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)