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 | 鄒ョ闡帷袖 | 111001111011111010101110111010001001000110011011111001111001000110110011 | e7beaee8919be791b3 |
EUC-JP | 鄒ョ闡帷袖 | 11101110110000001000111010101110111011111111000111010110111010011100001010110101 | eec08eaeeff1d6e9c2b5 |
UTF-8 | 鄒ョ闡帷袖 | 111010011000010010010010111011111011110110101110111010011001011110100001111001011011100010110111111010001010001010010110 | e98492efbdaee997a1e5b8b7e8a296 |
UHC | 鄒?闡?袖 | 1111010111011011001111111111010011000101001111111110001011000000 | f5db3ff4c53fe2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)