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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?捻 | 001111111001010001010000 | 3f9450 |
EUC-JP | ?捻 | 001111111100011110110001 | 3fc7b1 |
UTF-8 | 뤊捻 | 111010111010010010001010111001101000110110111011 | eba48ae68dbb |
UHC | 뤊捻 | 10001111101110101101001010111010 | 8fbad2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)