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 | 鄒ョ闡帙& | 111001111011111010101110111010001001000110011011111000111000000110010101 | e7beaee8919be38195 |
EUC-JP | 鄒ョ闡帙& | 11101110110000001000111010101110111011111111000111010110111001011010000111110101 | eec08eaeeff1d6e5a1f5 |
UTF-8 | 鄒ョ闡帙& | 111010011000010010010010111011111011110110101110111010011001011110100001111001011011100010011001111011111011110010000110 | e98492efbdaee997a1e5b899efbc86 |
UHC | 鄒?闡帙& | 111101011101101100111111111101001100010111110010111011011010001110100110 | f5db3ff4c5f2eda3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)