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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 飮???? | 100111110101101000111111001111110011111100111111 | 9f5a3f3f3f3f |
EUC-JP | 飮???? | 110111011011101100111111001111110011111100111111 | ddbb3f3f3f3f |
UTF-8 | 飮텹力꾣찄 | 111010011010001110101110111011011000010110111001111011111010011010001010111010101011111010100011111011001011000010000100 | e9a3aeed85b9efa68aeabea3ecb084 |
UHC | 飮텹力꾣찄 | 11101011111001101011011101001100111001101011001110000100111001101010100110001000 | ebe6b74ce6b384e6a988 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)