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 | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-WIN | 銓オ螂ェA | 11100111111100101011010111100101101001011010101001000001 | e7f2b5e5a5aa41 |
EUC-JP | 銓オ螂ェA | 111011101111010010001110101101011110101010100111100011101010101001000001 | eef48eb5eaa78eaa41 |
UTF-8 | 銓オ螂ェA | 11101001100010101001001111101111101111011011010111101000100111101000001011101111101111011010101001000001 | e98a93efbdb5e89e82efbdaa41 |
UHC | 銓?螂?A | 11101111101100000011111111010101110011000011111101000001 | efb03fd5cc3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)