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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ツ旦ツ堕ァh | 1100001010010010010101011100001010010001110000101010011101101000 | c29255c291c2a768 |
EUC-JP | ツ旦ツ堕ァh | 1000111011000010110000111011011010001110110000101100001011000100100011101010011101101000 | 8ec2c3b68ec2c2c48ea768 |
UTF-8 | ツ旦ツ堕ァh | 11101111101111101000001011100110100101111010011011101111101111101000001011100101101000001001010111101111101111011010011101101000 | efbe82e697a6efbe82e5a095efbda768 |
UHC | ?旦???h | 00111111110100111010100100111111001111110011111101101000 | 3fd3a93f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)