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??T | 001111110011111101100110001111110011111101010100 | 3f3f663f3f54 |
SJIS-WIN | ??f??T | 001111110011111101100110001111110011111101010100 | 3f3f663f3f54 |
EUC-JP | ??f??T | 001111110011111101100110001111110011111101010100 | 3f3f663f3f54 |
UTF-8 | 렺창f렺창T | 1110101110100000101110101110110010110000101111010110011011101011101000001011101011101100101100001011110101010100 | eba0baecb0bd66eba0baecb0bd54 |
UHC | 렺창f렺창T | 10001110110000101100001110100010011001101000111011000010110000111010001001010100 | 8ec2c3a2668ec2c3a254 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)