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 | ûEªk | 11111011010001011010101001101011 | fb45aa6b |
SJIS-WIN | ?E?k | 00111111010001010011111101101011 | 3f453f6b |
EUC-JP | ûEªk | 1000111110101011111001010100010110001111101000101110110001101011 | 8fabe5458fa2ec6b |
UTF-8 | ûEªk | 110000111011101101000101110000101010101001101011 | c3bb45c2aa6b |
UHC | ?Eªk | 0011111101000101101010001010001101101011 | 3f45a8a36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)