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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 先?先船 | 10010000111001100011111110010000111001101001000101000100 | 90e63f90e69144 |
EUC-JP | 先璇先船 | 110000001110100010001111110011001100111111000000111010001100000110100101 | c0e88fcccfc0e8c1a5 |
UTF-8 | 先璇先船 | 111001011000010110001000111001111001001010000111111001011000010110001000111010001000100010111001 | e58588e79287e58588e888b9 |
UHC | 先璇先船 | 1110000010111011111000001100011011100000101110111110000011001111 | e0bbe0c6e0bbe0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)