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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | ??織BF | 001111110011111110010000010001000100001001000110 | 3f3f90444246 |
EUC-JP | ??織BF | 001111110011111110111111101001010100001001000110 | 3f3fbfa54246 |
UTF-8 | 롍롕織BF | 1110101110100001100011011110101110100001100101011110011110111001100101000100001001000110 | eba18deba195e7b9944246 |
UHC | 롍롕織BF | 1000111011010011100011101101100111110010110001000100001001000110 | 8ed38ed9f2c44246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)