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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 他足竪俗\ | 100100011011110010010001101010111001001001000111100100011010110101011100 | 91bc91ab924791ad5c |
EUC-JP | 他足竪俗\ | 110000101011111011000010101011011100001110101000110000101010111101011100 | c2bec2adc3a8c2af5c |
UTF-8 | 他足竪俗\ | 11100100101110111001011011101000101101101011001111100111101010111010101011100100101111111001011101011100 | e4bb96e8b6b3e7abaae4bf975c |
UHC | 他足竪俗\ | 111101101110001011110000111010111110001010110101111000011101010001011100 | f6e2f0ebe2b5e1d45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)