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 | ?d?? | 00111111011001000011111100111111 | 3f643f3f |
SJIS-WIN | 叩d叩綜 | 10010010010000000110010010010010010000001001000110001110 | 9240649240918e |
EUC-JP | 叩d叩綜 | 11000011101000010110010011000011101000011100000111101110 | c3a164c3a1c1ee |
UTF-8 | 叩d叩綜 | 11100101100011111010100101100100111001011000111110101001111001111011011010011100 | e58fa964e58fa9e7b69c |
UHC | 叩d叩綜 | 11001101101100000110010011001101101100001111000011111100 | cdb064cdb0f0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)