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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銓募綾鞳ャ闃 | 1110011111110010100101011110010110001000101110111110100011100011101011001110100010001010 | e7f295e588bbe8e3ace88a |
EUC-JP | 銓募綾鞳ャ闃 | 111011101111010011001010111001111011000010111101111100001110010110001110101011001110111111101010 | eef4cae7b0bdf0e58eacefea |
UTF-8 | 銓募綾鞳ャ闃 | 111010011000101010010011111001011000101110011111111001111011011010111110111010011001111010110011111011111011110110101100111010011001011110000011 | e98a93e58b9fe7b6bee99eb3efbdace99783 |
UHC | 銓募綾??? | 111011111011000011011001101101001101011111010011001111110011111100111111 | efb0d9b4d7d33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)