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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 臥?B | 10001001111001110011111101000010 | 89e73f42 |
EUC-JP | 臥?B | 10110010111010010011111101000010 | b2e93f42 |
UTF-8 | 臥溺B | 11101000100001111010010111101111101001111010110001000010 | e887a5efa7ac42 |
UHC | 臥溺B | 1110100011000010111011001100101001000010 | e8c2ecca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)