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 | 001111110011111100111111001111110011111101100110 | 3f3f3f3f3f66 |
SJIS-WIN | テゥツ佚ェf | 11000011101010011100001010011000110000111010101001100110 | c3a9c298c3aa66 |
EUC-JP | テゥツ佚ェf | 1000111011000011100011101010100110001110110000101101000011000101100011101010101001100110 | 8ec38ea98ec2d0c58eaa66 |
UTF-8 | テゥツ佚ェf | 11101111101111101000001111101111101111011010100111101111101111101000001011100100101111011001101011101111101111011010101001100110 | efbe83efbda9efbe82e4bd9aefbdaa66 |
UHC | ???佚?f | 00111111001111110011111111101100111010100011111101100110 | 3f3f3fecea3f66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)