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 | âÓéØãÙ | 111000101101001111101001110110001110001111011001 | e2d3e9d8e3d9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | âÓéØãÙ | 100011111010101110100100100011111010101011010001100011111010101110110001100011111010100110101100100011111010101110101010100011111010101011100011 | 8faba48faad18fabb18fa9ac8fabaa8faae3 |
UTF-8 | âÓéØãÙ | 110000111010001011000011100100111100001110101001110000111001100011000011101000111100001110011001 | c3a2c393c3a9c398c3a3c399 |
UHC | ???Ø?? | 00111111001111110011111110101000101010100011111100111111 | 3f3f3fa8aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)