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 | ?異 | 001111111000100011011001 | 3f88d9 |
EUC-JP | ?異 | 001111111011000011011011 | 3fb0db |
UTF-8 | 麟異 | 111011111010011110110011111001111001010110110000 | efa7b3e795b0 |
UHC | 麟異 | 11101100111010001110110010110110 | ece8ecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)