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 | 宍室獻^ | 100011101011001110001110101110101111001011111011111000001101100101011110 | 8eb38ebaf2fbe0d95e |
EUC-JP | 宍室?獻^ | 1011110010110101101111001011110000111111111000001101101101011110 | bcb5bcbc3fe0db5e |
UTF-8 | 宍室獻^ | 11100101101011101000110111100101101011101010010011101110100010001011001011100111100011011011101101011110 | e5ae8de5aea4ee88b2e78dbb5e |
UHC | ?室?獻^ | 00111111111000111111100000111111111110101100110001011110 | 3fe3f83ffacc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)