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 | ë묱 | 111010111010110110000000111010111010110010110001 | ebad80ebacb1 |
SJIS-WIN | ????± | 0011111100111111001111110011111110000001110010101000000101111101 | 3f3f3f3f81ca817d |
EUC-JP | ë??묱 | 100011111010101110110011001111110011111110001111101010111011001110100010110011001010000111011110 | 8fabb33f3f8fabb3a2cca1de |
UTF-8 | ë묱 | 110000111010101111000010101011011100001010000000110000111010101111000010101011001100001010110001 | c3abc2adc280c3abc2acc2b1 |
UHC | ????± | 0011111110100001101010010011111100111111001111111010000110111110 | 3fa1a93f3f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)