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 | 茫≧▼鐔削 | 11100100101010011000000110000110100000011010010111101000010111001000110111101101 | e4a9818681a5e85c8ded |
EUC-JP | 茫≧▼鐔削 | 11101000101010111010000111100110101000101010011111101111101111011011101011101111 | e8aba1e6a2a7efbdbaef |
UTF-8 | 茫≧▼鐔削 | 111010001000110010101011111000101000100110100111111000101001011010111100111010011001000010010100111001011000100110001010 | e88cabe289a7e296bce99094e5898a |
UHC | 茫?▼?削 | 1101100011010100001111111010000111100101001111111101111011111011 | d8d43fa1e53fdefb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)