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 | ??× | 001111110011111111010111 | 3f3fd7 |
SJIS-WIN | 醒η× | 100100001100000110000011110001011000000101111110 | 90c183c5817e |
EUC-JP | 醒η× | 110000001100001110100110110001111010000111011111 | c0c3a6c7a1df |
UTF-8 | 醒η× | 11101001100001101001001011001110101101111100001110010111 | e98692ceb7c397 |
UHC | 醒η× | 111000011010010110100101111001111010000110111111 | e1a5a5e7a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)