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 | 竪足賊巽属 | 10010010010001111001000110101011100100011010111110010010010001101001000110101110 | 924791ab91af924691ae |
EUC-JP | 竪足賊巽属 | 11000011101010001100001010101101110000101011000111000011101001111100001010110000 | c3a8c2adc2b1c3a7c2b0 |
UTF-8 | 竪足賊巽属 | 111001111010101110101010111010001011011010110011111010001011001110001010111001011011011110111101111001011011000110011110 | e7abaae8b6b3e8b38ae5b7bde5b19e |
UHC | 竪足賊巽? | 111000101011010111110000111010111110111011100100111000011101111000111111 | e2b5f0ebeee4e1de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)