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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 辣ァ諶ェh | 11100111100001011010011111111011101010101010101001101000 | e785a7fbaaaa68 |
EUC-JP | 辣ァ諶ェh | 11101101111001011000111010100111100011111101111010110101100011101010101001101000 | ede58ea78fdeb58eaa68 |
UTF-8 | 辣ァ諶ェh | 11101000101111101010001111101111101111011010011111101000101010111011011011101111101111011010101001101000 | e8bea3efbda7e8abb6efbdaa68 |
UHC | 辣?諶?h | 11010101101110000011111111100100101001100011111101101000 | d5b83fe4a63f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)