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 | è뤸 | 111010001001110010000011111010111010010010111000 | e89c83eba4b8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | è??뤸 | 1000111110101011101100100011111100111111100011111010101110110011100011111010001011110000100011111010001010110001 | 8fabb23f3f8fabb38fa2f08fa2b1 |
UTF-8 | è뤸 | 110000111010100011000010100111001100001010000011110000111010101111000010101001001100001010111000 | c3a8c29cc283c3abc2a4c2b8 |
UHC | ????¤¸ | 0011111100111111001111110011111110100010101101001010001010101100 | 3f3f3f3fa2b4a2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)