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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 裂髱^ | 1001011111110100111010011001110101011110 | 97f4e99d5e |
EUC-JP | 裂髱^ | 1100111011110110111100011111110101011110 | cef6f1fd5e |
UTF-8 | 裂髱^ | 11101000101000111000001011101001101010111011000101011110 | e8a382e9abb15e |
UHC | 裂?^ | 11010110101011100011111101011110 | d6ae3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)