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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?手? | 00111111100011101110100000111111 | 3f8ee83f |
EUC-JP | ?手? | 00111111101111001110101000111111 | 3fbcea3f |
UTF-8 | 寧手篒 | 111011111010011010101010111001101000100110001011111001111010111110010010 | efa6aae6898be7af92 |
UHC | 寧手篒 | 111001111010110011100010101000101110001111011001 | e7ace2a2e3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)