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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 互互[互互[^ | 1000110011011101100011001101110101011011100011001101110110001100110111010101101101011110 | 8cdd8cdd5b8cdd8cdd5b5e |
EUC-JP | 互互[互互[^ | 1011100011011111101110001101111101011011101110001101111110111000110111110101101101011110 | b8dfb8df5bb8dfb8df5b5e |
UTF-8 | 互互[互互[^ | 111001001011101010010010111001001011101010010010010110111110010010111010100100101110010010111010100100100101101101011110 | e4ba92e4ba925be4ba92e4ba925b5e |
UHC | 互互[互互[^ | 1111101110111011111110111011101101011011111110111011101111111011101110110101101101011110 | fbbbfbbb5bfbbbfbbb5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)