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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鵝??淫?? | 1110101001000000001111110011111110001000111110100011111100111111 | ea403f3f88fa3f3f |
EUC-JP | 鵝??淫?? | 1111001110100001001111110011111110110000111111000011111100111111 | f3a13f3fb0fc3f3f |
UTF-8 | 鵝롧썯淫쇤쉫 | 111010011011010110011101111010111010000110100111111011001000110110101111111001101011011110101011111011001000011110100100111011001000100110101011 | e9b59deba1a7ec8dafe6b7abec87a4ec89ab |
UHC | 鵝롧썯淫쇤쉫 | 111001001011110110001110111001111001101110011111111010111110001010111100111010011001101010000101 | e4bd8ee79b9febe2bce99a85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)