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 | ??P???F | 00111111001111110101000000111111001111110011111101000110 | 3f3f503f3f3f46 |
SJIS-WIN | テサPテ敕殖F | 110000111011101101010000110000111001110111000011100100000100001001000110 | c3bb50c39dc3904246 |
EUC-JP | テサPテ敕殖F | 100011101100001110001110101110110101000010001110110000111101101011000101101111111010001101000110 | 8ec38ebb508ec3dac5bfa346 |
UTF-8 | テサPテ敕殖F | 1110111110111110100000111110111110111101101110110101000011101111101111101000001111100110100101011001010111100110101011101001011001000110 | efbe83efbdbb50efbe83e69595e6ae9646 |
UHC | ??P??殖F | 0011111100111111010100000011111100111111111000111101011001000110 | 3f3f503f3fe3d646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)