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 | ??W???F | 00111111001111110101011100111111001111110011111101000110 | 3f3f573f3f3f46 |
SJIS-WIN | テサWテ敕殖F | 110000111011101101010111110000111001110111000011100100000100001001000110 | c3bb57c39dc3904246 |
EUC-JP | テサWテ敕殖F | 100011101100001110001110101110110101011110001110110000111101101011000101101111111010001101000110 | 8ec38ebb578ec3dac5bfa346 |
UTF-8 | テサWテ敕殖F | 1110111110111110100000111110111110111101101110110101011111101111101111101000001111100110100101011001010111100110101011101001011001000110 | efbe83efbdbb57efbe83e69595e6ae9646 |
UHC | ??W??殖F | 0011111100111111010101110011111100111111111000111101011001000110 | 3f3f573f3fe3d646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)