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 | 倚莖?杞 | 10011000110111111110010010110001001111111001111001011000 | 98dfe4b13f9e58 |
EUC-JP | 倚莖?杞 | 11010000111000011110100010110011001111111101101110111001 | d0e1e8b33fdbb9 |
UTF-8 | 倚莖렪杞 | 111001011000000010011010111010001000111010010110111010111010000010101010111001101001110110011110 | e5809ae88e96eba0aae69d9e |
UHC | 倚莖렪杞 | 1110101111101111110011001110110010001110101110001101000110100011 | ebefccec8eb8d1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)