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 | 竪束其竪他 | 10010010010001111001000110101001100100011011010010010010010001111001000110111100 | 924791a991b4924791bc |
EUC-JP | 竪束其竪他 | 11000011101010001100001010101011110000101011011011000011101010001100001010111110 | c3a8c2abc2b6c3a8c2be |
UTF-8 | 竪束其竪他 | 111001111010101110101010111001101001110110011111111001011000010110110110111001111010101110101010111001001011101110010110 | e7abaae69d9fe585b6e7abaae4bb96 |
UHC | 竪束其竪他 | 11100010101101011110000111010110110100001110110011100010101101011111011011100010 | e2b5e1d6d0ece2b5f6e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)