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? | 001111110100010000111111 | 3f443f |
SJIS-WIN | 蓉D莟 | 1001011101110101010001001110010010101111 | 977544e4af |
EUC-JP | 蓉D莟 | 1100110111010110010001001110100010110001 | cdd644e8b1 |
UTF-8 | 蓉D莟 | 11101000100100111000100101000100111010001000111010011111 | e8938944e88e9f |
UHC | 蓉D? | 11101001110010000100010000111111 | e9c8443f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)