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 | ??ⅱ? | 0011111100111111111110100100000100111111 | 3f3ffa413f |
EUC-JP | ???繇 | 001111110011111100111111100011111101010011010001 | 3f3f3f8fd4d1 |
UTF-8 | 料뤸ⅱ繇 | 111011111010011010111110111010111010010010111000111000101000010110110001111001111011100110000111 | efa6beeba4b8e285b1e7b987 |
UHC | 料뤸ⅱ繇 | 1110100011110111100011111110011010100101101000101110100110100011 | e8f78fe6a5a2e9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)