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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ツ堕サツ堕檻 | 110000101001000111000010101110111100001010010001110000101001111101000010 | c291c2bbc291c29f42 |
EUC-JP | ツ堕サツ堕檻 | 100011101100001011000010110001001000111010111011100011101100001011000010110001001101110110100011 | 8ec2c2c48ebb8ec2c2c4dda3 |
UTF-8 | ツ堕サツ堕檻 | 111011111011111010000010111001011010000010010101111011111011110110111011111011111011111010000010111001011010000010010101111001101010101010111011 | efbe82e5a095efbdbbefbe82e5a095e6aabb |
UHC | ?????檻 | 00111111001111110011111100111111001111111111100111100011 | 3f3f3f3f3ff9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)