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 | 11101000111001101011101001011001 | e8e6ba59 |
SJIS-WIN | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
EUC-JP | èæºY | 10001111101010111011001010001111101010011100000110001111101000101110101101011001 | 8fabb28fa9c18fa2eb59 |
UTF-8 | èæºY | 11000011101010001100001110100110110000101011101001011001 | c3a8c3a6c2ba59 |
UHC | ?æºY | 001111111010100110100001101010001010110001011001 | 3fa9a1a8ac59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)