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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | テゥツ慊嗣F | 1100001110101001110000101001110011000010100011100110101101000110 | c3a9c29cc28e6b46 |
EUC-JP | テゥツ慊嗣F | 1000111011000011100011101010100110001110110000101101100011000100101110111100110001000110 | 8ec38ea98ec2d8c4bbcc46 |
UTF-8 | テゥツ慊嗣F | 11101111101111101000001111101111101111011010100111101111101111101000001011100110100001011000101011100101100101111010001101000110 | efbe83efbda9efbe82e6858ae597a346 |
UHC | ???慊嗣F | 0011111100111111001111111100110011000011110111101100101101000110 | 3f3f3fccc3decb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)