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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 油低 | 10010110111110111001001011100001 | 96fb92e1 |
EUC-JP | 油低 | 11001100111111011100010011100011 | ccfdc4e3 |
UTF-8 | 油低 | 111001101011001010111001111001001011110110001110 | e6b2b9e4bd8e |
UHC | 油低 | 11101010111110101110111010111000 | eafaeeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)