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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?耕?介 | 001111111000110101101011001111111000100111101110 | 3f8d6b3f89ee |
EUC-JP | ?耕?介 | 001111111011100111001100001111111011001011110000 | 3fb9cc3fb2f0 |
UTF-8 | 戶耕렎介 | 111001101000100010110110111010001000000010010101111010111010000010001110111001001011101110001011 | e688b6e88095eba08ee4bb8b |
UHC | 戶耕렎介 | 1111101111000010110011001110100110001110101001001100101110111111 | fbc2cce98ea4cbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)