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 | ??WD??WD^ | 001111110011111101010111010001000011111100111111010101110100010001011110 | 3f3f57443f3f57445e |
SJIS-WIN | ツ叩WDツ叩WD^ | 1100001010010010010000000101011101000100110000101001001001000000010101110100010001011110 | c292405744c2924057445e |
EUC-JP | ツ叩WDツ叩WD^ | 10001110110000101100001110100001010101110100010010001110110000101100001110100001010101110100010001011110 | 8ec2c3a157448ec2c3a157445e |
UTF-8 | ツ叩WDツ叩WD^ | 1110111110111110100000101110010110001111101010010101011101000100111011111011111010000010111001011000111110101001010101110100010001011110 | efbe82e58fa95744efbe82e58fa957445e |
UHC | ?叩WD?叩WD^ | 0011111111001101101100000101011101000100001111111100110110110000010101110100010001011110 | 3fcdb057443fcdb057445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)