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 | 110000111011101101010000110000111000100111000011100100000100001001000110 | c3bb50c389c3904246 |
EUC-JP | テサPテ嘉殖F | 100011101100001110001110101110110101000010001110110000111011001011000101101111111010001101000110 | 8ec38ebb508ec3b2c5bfa346 |
UTF-8 | テサPテ嘉殖F | 1110111110111110100000111110111110111101101110110101000011101111101111101000001111100101100110001000100111100110101011101001011001000110 | efbe83efbdbb50efbe83e59889e6ae9646 |
UHC | ??P?嘉殖F | 001111110011111101010000001111111100101010101001111000111101011001000110 | 3f3f503fcaa9e3d646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)