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 | 萓∫エ夥 | 11100100101111101000000111100111101101001001101011101100 | e4be81e7b49aec |
EUC-JP | 萓∫エ夥 | 1110100011000000101000101110100110001110101101001101010011101110 | e8c0a2e98eb4d4ee |
UTF-8 | 萓∫エ夥 | 111010001001000010010011111000101000100010101011111011111011110110110100111001011010010010100101 | e89093e288abefbdb4e5a4a5 |
UHC | ?∫?? | 0011111110100001111100100011111100111111 | 3fa1f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)