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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 諸??巧?P | 1000111110010100001111110011111110001101010010010011111101010000 | 8f943f3f8d493f50 |
EUC-JP | 諸?邕巧?P | 10111101111101000011111110001111111000011110110110111001101010100011111101010000 | bdf43f8fe1edb9aa3f50 |
UTF-8 | 諸렭邕巧쐐P | 11101000101010111011100011101011101000001010110111101001100000101001010111100101101101111010011111101100100100001001000001010000 | e8abb8eba0ade98295e5b7a7ec909050 |
UHC | 諸렭邕巧쐐P | 1111000010110011100011101011101011101000101110111100111011100101101111011111101101010000 | f0b38ebae8bbcee5bdfb50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)