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 | 鞨ェ邊ュ荳 | 1110100011100000101010101110011110110010101011011110010010111000 | e8e0aae7b2ade4b8 |
EUC-JP | 鞨ェ邊ュ荳 | 11110000111000101000111010101010111011101011010010001110101011011110100010111010 | f0e28eaaeeb48eade8ba |
UTF-8 | 鞨ェ邊ュ荳 | 111010011001111010101000111011111011110110101010111010011000001010001010111011111011110110101101111010001000110110110011 | e99ea8efbdaae9828aefbdade88db3 |
UHC | 鞨?邊?荳 | 1100101011101010001111111101110010101011001111111101010011100101 | caea3fdcab3fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)