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 | ÎÎ^ | 1000111111001110100011111100111001011110 | 8fce8fce5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ?Î?Î^ | 001111111000111110101010110000100011111110001111101010101100001001011110 | 3f8faac23f8faac25e |
UTF-8 | ÎÎ^ | 110000101000111111000011100011101100001010001111110000111000111001011110 | c28fc38ec28fc38e5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)