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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 凋???B | 100100101001110000111111001111110011111101000010 | 929c3f3f3f42 |
EUC-JP | 凋???B | 110000111111110000111111001111110011111101000010 | c3fc3f3f3f42 |
UTF-8 | 凋당렜렎B | 11100101100001111000101111101011100010111011100111101011101000001001110011101011101000001000111001000010 | e5878beb8bb9eba09ceba08e42 |
UHC | 凋당렜렎B | 111100001011110110110100111001111000111010101110100011101010010001000010 | f0bdb4e78eae8ea442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)