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 | 室室^ | 111100001011001110001110101110101111000010110011100011101011101001011110 | f0b38ebaf0b38eba5e |
EUC-JP | ?室?室^ | 00111111101111001011110000111111101111001011110001011110 | 3fbcbc3fbcbc5e |
UTF-8 | 室室^ | 11101110100000011011001011100101101011101010010011101110100000011011001011100101101011101010010001011110 | ee81b2e5aea4ee81b2e5aea45e |
UHC | ?室?室^ | 00111111111000111111100000111111111000111111100001011110 | 3fe3f83fe3f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)