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 | 螳ソ螳ソ^ | 11100101101011101011111111100101101011101011111101011110 | e5aebfe5aebf5e |
EUC-JP | 螳ソ螳ソ^ | 111010101011000010001110101111111110101010110000100011101011111101011110 | eab08ebfeab08ebf5e |
UTF-8 | 螳ソ螳ソ^ | 11101000100111101011001111101111101111011011111111101000100111101011001111101111101111011011111101011110 | e89eb3efbdbfe89eb3efbdbf5e |
UHC | 螳?螳?^ | 11010011110110010011111111010011110110010011111101011110 | d3d93fd3d93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)