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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 賢賢^ | 1000110010101011100011001010101101011110 | 8cab8cab5e |
EUC-JP | 賢賢^ | 1011100010101101101110001010110101011110 | b8adb8ad5e |
UTF-8 | 賢賢^ | 11101000101100111010001011101000101100111010001001011110 | e8b3a2e8b3a25e |
UHC | 賢賢^ | 1111101011100111111110101110011101011110 | fae7fae75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)