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 | 遒シ邊イ^ | 11100111101000101011110011100111101100101011001001011110 | e7a2bce7b2b25e |
EUC-JP | 遒シ邊イ^ | 111011101010010010001110101111001110111010110100100011101011001001011110 | eea48ebceeb48eb25e |
UTF-8 | 遒シ邊イ^ | 11101001100000011001001011101111101111011011110011101001100000101000101011101111101111011011001001011110 | e98192efbdbce9828aefbdb25e |
UHC | ??邊?^ | 001111110011111111011100101010110011111101011110 | 3f3fdcab3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)