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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 游?味歪 | 10011111111000000011111110010110101000011001100001100011 | 9fe03f96a19863 |
EUC-JP | 游?味歪 | 11011110111000100011111111001100101000111100111111000100 | dee23fcca3cfc4 |
UTF-8 | 游펭味歪 | 111001101011100010111000111011011000111010101101111001011001000110110011111001101010110110101010 | e6b8b8ed8eade591b3e6adaa |
UHC | 游펭味歪 | 1110101011111101110001101110101111011010101010111110100011100000 | eafdc6ebdaabe8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)