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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 澈識澈識^ | 111110110100101110001110101011111111101101001011100011101010111101011110 | fb4b8eaffb4b8eaf5e |
EUC-JP | 澈識澈識^ | 1000111111001000111001011011110010110001100011111100100011100101101111001011000101011110 | 8fc8e5bcb18fc8e5bcb15e |
UTF-8 | 澈識澈識^ | 11100110101111101000100011101000101011011001100011100110101111101000100011101000101011011001100001011110 | e6be88e8ad98e6be88e8ad985e |
UHC | 澈識澈識^ | 111101001100110111100011110110111111010011001101111000111101101101011110 | f4cde3dbf4cde3db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)