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 | 遶ェ魍郁∮ | 111001111010101110101010111010011011000110001000111010001000011110010011 | e7abaae9b188e88793 |
EUC-JP | 遶ェ魍郁? | 111011101010110110001110101010101111001010110011101100001110101000111111 | eead8eaaf2b3b0ea3f |
UTF-8 | 遶ェ魍郁∮ | 111010011000000110110110111011111011110110101010111010011010110110001101111010011000001110000001111000101000100010101110 | e981b6efbdaae9ad8de98381e288ae |
UHC | ???郁∮ | 00111111001111110011111111101001111101001010001010110001 | 3f3f3fe9f4a2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)