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 | ???} | 00111111001111110011111101111101 | 3f3f3f7d |
SJIS-WIN | 脱俗測} | 10010010010001011001000110101101100100011010101001111101 | 924591ad91aa7d |
EUC-JP | 脱俗測} | 11000011101001101100001010101111110000101010110001111101 | c3a6c2afc2ac7d |
UTF-8 | 脱俗測} | 11101000100001001011000111100100101111111001011111100110101110001010110001111101 | e884b1e4bf97e6b8ac7d |
UHC | ?俗測} | 001111111110000111010100111101101011010001111101 | 3fe1d4f6b47d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)