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 | 吠O吠OB | 100101100110100110000010011011101001011001101001100000100110111001000010 | 9669826e9669826e42 |
EUC-JP | 吠O吠OB | 110010111100101010100011110011111100101111001010101000111100111101000010 | cbcaa3cfcbcaa3cf42 |
UTF-8 | 吠O吠OB | 11100101100100001010000011101111101111001010111111100101100100001010000011101111101111001010111101000010 | e590a0efbcafe590a0efbcaf42 |
UHC | 吠O吠OB | 111110001100010110100011110011111111100011000101101000111100111101000010 | f8c5a3cff8c5a3cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)