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 | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | ツ可堕妥ケP | 110000101000100111000010100100011100001010010001110000111011100101010000 | c289c291c291c3b950 |
EUC-JP | ツ可堕妥ケP | 1000111011000010101100101100010011000010110001001100001011000101100011101011100101010000 | 8ec2b2c4c2c4c2c58eb950 |
UTF-8 | ツ可堕妥ケP | 11101111101111101000001011100101100011111010111111100101101000001001010111100101101001101010010111101111101111011011100101010000 | efbe82e58fafe5a095e5a6a5efbdb950 |
UHC | ?可?妥?P | 0011111111001010101001100011111111110110111001100011111101010000 | 3fcaa63ff6e63f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)