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 | ÜÎì»^ | 1101110011001110111011001011101101011110 | dcceecbb5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ÜÎì?^ | 1000111110101010111001001000111110101010110000101000111110101011110000000011111101011110 | 8faae48faac28fabc03f5e |
UTF-8 | ÜÎì»^ | 110000111001110011000011100011101100001110101100110000101011101101011110 | c39cc38ec3acc2bb5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)