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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 竪竪h竪竪 | 100100100100011110010010010001110110100010010010010001111001001001000111 | 924792476892479247 |
EUC-JP | 竪竪h竪竪 | 110000111010100011000011101010000110100011000011101010001100001110101000 | c3a8c3a868c3a8c3a8 |
UTF-8 | 竪竪h竪竪 | 11100111101010111010101011100111101010111010101001101000111001111010101110101010111001111010101110101010 | e7abaae7abaa68e7abaae7abaa |
UHC | 竪竪h竪竪 | 111000101011010111100010101101010110100011100010101101011110001010110101 | e2b5e2b568e2b5e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)