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 | 阮皮エォ隘 | 1110100010010110100101001110011110110100101010111110100010100101 | e89694e7b4abe8a5 |
EUC-JP | 阮皮エォ隘 | 11101111111101101100100011101001100011101011010010001110101010111111000010100111 | eff6c8e98eb48eabf0a7 |
UTF-8 | 阮皮エォ隘 | 111010011001100010101110111001111001101010101110111011111011110110110100111011111011110110101011111010011001101010011000 | e998aee79aaeefbdb4efbdabe99a98 |
UHC | 阮皮??隘 | 1110100011010110111110011010101100111111001111111110010011110110 | e8d6f9ab3f3fe4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)