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 | ë¬[~ | 1110101110101100101011010101101101111110 | ebacad5b7e |
SJIS-WIN | ?¬?[~ | 001111111000000111001010001111110101101101111110 | 3f81ca3f5b7e |
EUC-JP | �[~ | 1000111110101011101100111010001011001100001111110101101101111110 | 8fabb3a2cc3f5b7e |
UTF-8 | ë¬[~ | 1100001110101011110000101010110011000010101011010101101101111110 | c3abc2acc2ad5b7e |
UHC | ??[~ | 001111110011111110100001101010010101101101111110 | 3f3fa1a95b7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)