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 | 雎∫エ耕 | 11101000101100011000000111100111101101001000110101101011 | e8b181e7b48d6b |
EUC-JP | 雎∫エ耕 | 1111000010110011101000101110100110001110101101001011100111001100 | f0b3a2e98eb4b9cc |
UTF-8 | 雎∫エ耕 | 111010011001101110001110111000101000100010101011111011111011110110110100111010001000000010010101 | e99b8ee288abefbdb4e88095 |
UHC | 雎∫?耕 | 11101110110100011010000111110010001111111100110011101001 | eed1a1f23fcce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)