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 | 軏秋 | 11111011101100101000111101001000 | fbb28f48 |
EUC-JP | 軏秋 | 1000111111100000110110011011110110101001 | 8fe0d9bda9 |
UTF-8 | 軏秋 | 111010001011101110001111111001111010011110001011 | e8bb8fe7a78b |
UHC | ?秋 | 001111111111010111010101 | 3ff5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)