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 | 竪足属炭側 | 10010010010001111001000110101011100100011010111010010010010110011001000110100100 | 924791ab91ae925991a4 |
EUC-JP | 竪足属炭側 | 11000011101010001100001010101101110000101011000011000011101110101100001010100110 | c3a8c2adc2b0c3bac2a6 |
UTF-8 | 竪足属炭側 | 111001111010101110101010111010001011011010110011111001011011000110011110111001111000001010101101111001011000000110110100 | e7abaae8b6b3e5b19ee782ade581b4 |
UHC | 竪足?炭側 | 111000101011010111110000111010110011111111110111101010011111011010110000 | e2b5f0eb3ff7a9f6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)