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 | 1101101111010001111000111111100001011001 | dbd1e3f859 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | ÛÑãøY | 10001111101010101110010110001111101010101101000010001111101010111010101010001111101010011100110001011001 | 8faae58faad08fabaa8fa9cc59 |
UTF-8 | ÛÑãøY | 110000111001101111000011100100011100001110100011110000111011100001011001 | c39bc391c3a3c3b859 |
UHC | ???øY | 001111110011111100111111101010011010101001011001 | 3f3f3fa9aa59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)