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 | ÎûÎúö^ | 11001110111110111001101011001110111110101111011001011110 | cefb9acefaf65e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | Îû?Îúö^ | 1000111110101010110000101000111110101011111001010011111110001111101010101100001010001111101010111110001010001111101010111101001101011110 | 8faac28fabe53f8faac28fabe28fabd35e |
UTF-8 | ÎûÎúö^ | 11000011100011101100001110111011110000101001101011000011100011101100001110111010110000111011011001011110 | c38ec3bbc29ac38ec3bac3b65e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)