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 | 100011101100001110001110101101111000111011000010100011101010100101000111 | 8ec38eb78ec28ea947 |
EUC-JP | 偲執篠自G | 101111001100010110111100101110011011110011000100101111001010101101000111 | bcc5bcb9bcc4bcab47 |
UTF-8 | 偲執篠自G | 11100101100000011011001011100101100111111011011111100111101011111010000011101000100001111010101001000111 | e581b2e59fb7e7afa0e887aa47 |
UHC | ?執篠自G | 0011111111110010111110111110000111000110111011011011101101000111 | 3ff2fbe1c6edbb47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)