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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 諢∝ョオ | 111001101000010010000001111001011010111010110101 | e68481e5aeb5 |
EUC-JP | 諢∝ョオ | 1110101111100100101000101110011110001110101011101000111010110101 | ebe4a2e78eae8eb5 |
UTF-8 | 諢∝ョオ | 111010001010101110100010111000101000100010011101111011111011110110101110111011111011110110110101 | e8aba2e2889defbdaeefbdb5 |
UHC | ?∝?? | 0011111110100001111100000011111100111111 | 3fa1f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)