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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銓募綾鞐 | 1110011111110010100101011110010110001000101110111110100011011110 | e7f295e588bbe8de |
EUC-JP | 銓募綾鞐 | 1110111011110100110010101110011110110000101111011111000011100000 | eef4cae7b0bdf0e0 |
UTF-8 | 銓募綾鞐 | 111010011000101010010011111001011000101110011111111001111011011010111110111010011001111010010000 | e98a93e58b9fe7b6bee99e90 |
UHC | 銓募綾? | 11101111101100001101100110110100110101111101001100111111 | efb0d9b4d7d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)