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 | 鄒ョ闡幄ゥ | 1110011110111110101011101110100010010001100110111110100010101001 | e7beaee8919be8a9 |
EUC-JP | 鄒ョ闡幄ゥ | 11101110110000001000111010101110111011111111000111010110111010101000111010101001 | eec08eaeeff1d6ea8ea9 |
UTF-8 | 鄒ョ闡幄ゥ | 111010011000010010010010111011111011110110101110111010011001011110100001111001011011100110000100111011111011110110101001 | e98492efbdaee997a1e5b984efbda9 |
UHC | 鄒?闡幄? | 1111010111011011001111111111010011000101111001001100000100111111 | f5db3ff4c5e4c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)