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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ツ堕穫ツ堕穫B | 1100001010010001110000101000101001101110110000101001000111000010100010100110111001000010 | c291c28a6ec291c28a6e42 |
EUC-JP | ツ堕穫ツ堕穫B | 10001110110000101100001011000100101100111100111110001110110000101100001011000100101100111100111101000010 | 8ec2c2c4b3cf8ec2c2c4b3cf42 |
UTF-8 | ツ堕穫ツ堕穫B | 11101111101111101000001011100101101000001001010111100111101010011010101111101111101111101000001011100101101000001001010111100111101010011010101101000010 | efbe82e5a095e7a9abefbe82e5a095e7a9ab42 |
UHC | ??穫??穫B | 001111110011111111111100101011100011111100111111111111001010111001000010 | 3f3ffcae3f3ffcae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)