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 | 鵝??淫 | 111010100100000000111111001111111000100011111010 | ea403f3f88fa |
EUC-JP | 鵝??淫 | 111100111010000100111111001111111011000011111100 | f3a13f3fb0fc |
UTF-8 | 鵝롧썯淫 | 111010011011010110011101111010111010000110100111111011001000110110101111111001101011011110101011 | e9b59deba1a7ec8dafe6b7ab |
UHC | 鵝롧썯淫 | 1110010010111101100011101110011110011011100111111110101111100010 | e4bd8ee79b9febe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)