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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 他速樽尊G | 100100011011110010010001101011001001001001001101100100011011100001000111 | 91bc91ac924d91b847 |
EUC-JP | 他速樽尊G | 110000101011111011000010101011101100001110101110110000101011101001000111 | c2bec2aec3aec2ba47 |
UTF-8 | 他速樽尊G | 11100100101110111001011011101001100000001001111111100110101010001011110111100101101100001000101001000111 | e4bb96e9809fe6a8bde5b08a47 |
UHC | 他速樽尊G | 111101101110001011100001110111001111000111011100111100001110111001000111 | f6e2e1dcf1dcf0ee47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)