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 | 脱丹遜竪足 | 10010010010001011001001001001111100100011011101110010010010001111001000110101011 | 9245924f91bb924791ab |
EUC-JP | 脱丹遜竪足 | 11000011101001101100001110110000110000101011110111000011101010001100001010101101 | c3a6c3b0c2bdc3a8c2ad |
UTF-8 | 脱丹遜竪足 | 111010001000010010110001111001001011100010111001111010011000000110011100111001111010101110101010111010001011011010110011 | e884b1e4b8b9e9819ce7abaae8b6b3 |
UHC | ?丹遜竪足 | 001111111101001110100001111000011110000111100010101101011111000011101011 | 3fd3a1e1e1e2b5f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)