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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 錻糾轡谺件У | 111010000100011010001011100010101000110001000100111001101010110010001100100011111000010001010100 | e8468b8a8c44e6ac8c8f8454 |
| EUC-JP | 錻糾轡谺件У | 111011111010011110110101111010101011011110100101111011001010111010110111111011111010011110110101 | efa7b5eab7a5ecaeb7efa7b5 |
| UTF-8 | 錻糾轡谺件У | 1110100110001100101110111110011110110011101111101110100010111101101000011110100010110000101110101110010010111011101101101101000010100011 | e98cbbe7b3bee8bda1e8b0bae4bbb6d0a3 |
| UHC | ?糾??件У | 001111111101000010101100001111110011111111001011111011001010110010110101 | 3fd0ac3f3fcbecacb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)