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 | ûYÒéÑ | 1111101101011001110100101110100111010001 | fb59d2e9d1 |
SJIS-WIN | ?Y??? | 0011111101011001001111110011111100111111 | 3f593f3f3f |
EUC-JP | ûYÒéÑ | 10001111101010111110010101011001100011111010101011010010100011111010101110110001100011111010101011010000 | 8fabe5598faad28fabb18faad0 |
UTF-8 | ûYÒéÑ | 110000111011101101011001110000111001001011000011101010011100001110010001 | c3bb59c392c3a9c391 |
UHC | ?Y??? | 0011111101011001001111110011111100111111 | 3f593f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)