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 | 寃?媛富 | 10011011100000110011111110010101010100011001010101111000 | 9b833f95519578 |
EUC-JP | 寃?媛富 | 11010101111000110011111111001001101100101100100111011001 | d5e33fc9b2c9d9 |
UTF-8 | 寃렭媛富 | 111001011010111110000011111010111010000010101101111001011010101010011011111001011010111110001100 | e5af83eba0ade5aa9be5af8c |
UHC | 寃렭媛富 | 1110101010110010100011101011101011101010101100001101110110100011 | eab28ebaeab0dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)