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 | 110000111011101101010000110000111001000111000011100100000100001001000110 | c3bb50c391c3904246 |
EUC-JP | テサPテ妥殖F | 100011101100001110001110101110110101000010001110110000111100001011000101101111111010001101000110 | 8ec38ebb508ec3c2c5bfa346 |
UTF-8 | テサPテ妥殖F | 1110111110111110100000111110111110111101101110110101000011101111101111101000001111100101101001101010010111100110101011101001011001000110 | efbe83efbdbb50efbe83e5a6a5e6ae9646 |
UHC | ??P?妥殖F | 001111110011111101010000001111111111011011100110111000111101011001000110 | 3f3f503ff6e6e3d646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)