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 | ë¬L}B | 111010111010110010101101010011000111110101000010 | ebacad4c7d42 |
SJIS-WIN | ?¬?L}B | 00111111100000011100101000111111010011000111110101000010 | 3f81ca3f4c7d42 |
EUC-JP | �L}B | 100011111010101110110011101000101100110000111111010011000111110101000010 | 8fabb3a2cc3f4c7d42 |
UTF-8 | ë¬L}B | 110000111010101111000010101011001100001010101101010011000111110101000010 | c3abc2acc2ad4c7d42 |
UHC | ??L}B | 00111111001111111010000110101001010011000111110101000010 | 3f3fa1a94c7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)