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 | ?贖 | 001111111110011011011100 | 3fe6dc |
EUC-JP | 鉏贖 | 1000111111100011111000001110110011011110 | 8fe3e0ecde |
UTF-8 | 鉏贖 | 111010011000100110001111111010001011010010010110 | e9898fe8b496 |
UHC | ?贖 | 001111111110000111011011 | 3fe1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)