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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 釶ス貊大 | 111001111101111110111101111001101011101110010001111001011111011110001011 | e7dfbde6bb91e5f78b |
EUC-JP | 釶ス貊大? | 111011101110000110001110101111011110110010111101110000101110011100111111 | eee18ebdecbdc2e73f |
UTF-8 | 釶ス貊大 | 111010011000011110110110111011111011110110111101111010001011001010001010111001011010010010100111111011101001010110101110 | e987b6efbdbde8b28ae5a4a7ee95ae |
UHC | ??貊大? | 00111111001111111101100011100111110100111101111000111111 | 3f3fd8e7d3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)