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 | ツ韃エ照 | 110000101110100011100101101101001000111111000110 | c2e8e5b48fc6 |
EUC-JP | ツ韃エ照 | 1000111011000010111100001110011110001110101101001011111011001000 | 8ec2f0e78eb4bec8 |
UTF-8 | ツ韃エ照 | 111011111011111010000010111010011001111110000011111011111011110110110100111001111000010110100111 | efbe82e99f83efbdb4e785a7 |
UHC | ???照 | 0011111100111111001111111111000011001110 | 3f3f3ff0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)