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 | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
SJIS-WIN | 闍堤帥繧ェA | 11101000100010111001001011100111100100001000001111100011100000101010101001000001 | e88b92e79083e382aa41 |
EUC-JP | 闍堤帥繧ェA | 1110111111101011110001001110100110111111111000111110010111100010100011101010101001000001 | efebc4e9bfe3e5e28eaa41 |
UTF-8 | 闍堤帥繧ェA | 11101001100101111000110111100101101000001010010011100101101110001010010111100111101110011010011111101111101111011010101001000001 | e9978de5a0a4e5b8a5e7b9a7efbdaa41 |
UHC | ?堤帥??A | 0011111111110000101001111110000111111101001111110011111101000001 | 3ff0a7e1fd3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)