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 | 螂結;脯 | 1110010110100101100011001000101110000001010001111110001111111011 | e5a58c8b8147e3fb |
EUC-JP | 螂結;脯 | 1110101010100111101101111110101110100001101010001110011011111101 | eaa7b7eba1a8e6fd |
UTF-8 | 螂結;脯 | 111010001001111010000010111001111011010110010000111011111011110010011011111010001000010010101111 | e89e82e7b590efbc9be884af |
UHC | 螂結;脯 | 1101010111001100110011001011111110100011101110111111100011100001 | d5ccccbfa3bbf8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)