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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 辷ソ邊イ^ | 11100111100010001011111111100111101100101011001001011110 | e788bfe7b2b25e |
EUC-JP | 辷ソ邊イ^ | 111011011110100010001110101111111110111010110100100011101011001001011110 | ede88ebfeeb48eb25e |
UTF-8 | 辷ソ邊イ^ | 11101000101111101011011111101111101111011011111111101001100000101000101011101111101111011011001001011110 | e8beb7efbdbfe9828aefbdb25e |
UHC | ??邊?^ | 001111110011111111011100101010110011111101011110 | 3f3fdcab3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)