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 | 淫莎?杞 | 10001000111110101110010010110011001111111001111001011000 | 88fae4b33f9e58 |
EUC-JP | 淫莎?杞 | 10110000111111001110100010110101001111111101101110111001 | b0fce8b53fdbb9 |
UTF-8 | 淫莎렠杞 | 111001101011011110101011111010001000111010001110111010111010000010100000111001101001110110011110 | e6b7abe88e8eeba0a0e69d9e |
UHC | 淫莎렠杞 | 1110101111100010110111101110110110001110101100011101000110100011 | ebe2deed8eb1d1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)