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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 脱則遜竪足 | 10010010010001011001000110100101100100011011101110010010010001111001000110101011 | 924591a591bb924791ab |
EUC-JP | 脱則遜竪足 | 11000011101001101100001010100111110000101011110111000011101010001100001010101101 | c3a6c2a7c2bdc3a8c2ad |
UTF-8 | 脱則遜竪足 | 111010001000010010110001111001011000100110000111111010011000000110011100111001111010101110101010111010001011011010110011 | e884b1e58987e9819ce7abaae8b6b3 |
UHC | ?則遜竪足 | 001111111111011011001110111000011110000111100010101101011111000011101011 | 3ff6cee1e1e2b5f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)