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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ツ旦ツ堕ァB | 1100001010010010010101011100001010010001110000101010011101000010 | c29255c291c2a742 |
EUC-JP | ツ旦ツ堕ァB | 1000111011000010110000111011011010001110110000101100001011000100100011101010011101000010 | 8ec2c3b68ec2c2c48ea742 |
UTF-8 | ツ旦ツ堕ァB | 11101111101111101000001011100110100101111010011011101111101111101000001011100101101000001001010111101111101111011010011101000010 | efbe82e697a6efbe82e5a095efbda742 |
UHC | ?旦???B | 00111111110100111010100100111111001111110011111101000010 | 3fd3a93f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)