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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遶ェ魍郁∮雍 | 1110011110101011101010101110100110110001100010001110100010000111100100111110100010110100 | e7abaae9b188e88793e8b4 |
EUC-JP | 遶ェ魍郁?雍 | 1110111010101101100011101010101011110010101100111011000011101010001111111111000010110110 | eead8eaaf2b3b0ea3ff0b6 |
UTF-8 | 遶ェ魍郁∮雍 | 111010011000000110110110111011111011110110101010111010011010110110001101111010011000001110000001111000101000100010101110111010011001101110001101 | e981b6efbdaae9ad8de98381e288aee99b8d |
UHC | ???郁∮雍 | 001111110011111100111111111010011111010010100010101100011110100010111100 | 3f3f3fe9f4a2b1e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)