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 | 竪足属炭束 | 10010010010001111001000110101011100100011010111010010010010110011001000110101001 | 924791ab91ae925991a9 |
EUC-JP | 竪足属炭束 | 11000011101010001100001010101101110000101011000011000011101110101100001010101011 | c3a8c2adc2b0c3bac2ab |
UTF-8 | 竪足属炭束 | 111001111010101110101010111010001011011010110011111001011011000110011110111001111000001010101101111001101001110110011111 | e7abaae8b6b3e5b19ee782ade69d9f |
UHC | 竪足?炭束 | 111000101011010111110000111010110011111111110111101010011110000111010110 | e2b5f0eb3ff7a9e1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)