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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?↓!矣 | 00111111100000011010101110000001010010011110000111100001 | 3f81ab8149e1e1 |
EUC-JP | 繇↓!矣 | 100011111101010011010001101000101010110110100001101010101110001011100011 | 8fd4d1a2ada1aae2e3 |
UTF-8 | 繇↓!矣 | 111001111011100110000111111000101000011010010011111011111011110010000001111001111001111110100011 | e7b987e28693efbc81e79fa3 |
UHC | 繇↓!矣 | 1110100110100011101000011110100110100011101000011110101111111000 | e9a3a1e9a3a1ebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)