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 | 竪淡其竪測 | 10010010010001111001001001010111100100011011010010010010010001111001000110101010 | 9247925791b4924791aa |
EUC-JP | 竪淡其竪測 | 11000011101010001100001110111000110000101011011011000011101010001100001010101100 | c3a8c3b8c2b6c3a8c2ac |
UTF-8 | 竪淡其竪測 | 111001111010101110101010111001101011011110100001111001011000010110110110111001111010101110101010111001101011100010101100 | e7abaae6b7a1e585b6e7abaae6b8ac |
UHC | 竪淡其竪測 | 11100010101101011101001110111111110100001110110011100010101101011111011010110100 | e2b5d3bfd0ece2b5f6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)