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 | ????R | 0011111100111111001111110011111101010010 | 3f3f3f3f52 |
SJIS-WIN | 示辞R | 111100001011011110001110101001101111001010110110100011101010101101010010 | f0b78ea6f2b68eab52 |
EUC-JP | ?示?辞R | 00111111101111001010100000111111101111001010110101010010 | 3fbca83fbcad52 |
UTF-8 | 示辞R | 11101110100000011011011011100111101001001011101011101110100001111010110111101000101111101001111001010010 | ee81b6e7a4baee87ade8be9e52 |
UHC | ?示??R | 001111111110001111000110001111110011111101010010 | 3fe3c63f3f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)