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 | 莉門・ェ荳 | 1110010010111011100101101110010110100101101010101110010010111000 | e4bb96e5a5aae4b8 |
EUC-JP | 莉門・ェ荳 | 11101000101111011100110011100111100011101010010110001110101010101110100010111010 | e8bdcce78ea58eaae8ba |
UTF-8 | 莉門・ェ荳 | 111010001000111010001001111010011001011010000000111011111011110110100101111011111011110110101010111010001000110110110011 | e88e89e99680efbda5efbdaae88db3 |
UHC | 莉門??荳 | 1101011111101001110110101010011000111111001111111101010011100101 | d7e9daa63f3fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)