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 | 羸莪 | 11100011101111101110010010101110 | e3bee4ae |
EUC-JP | 羸莪 | 11100110110000001110100010110000 | e6c0e8b0 |
UTF-8 | 羸莪 | 111001111011111010111000111010001000111010101010 | e7beb8e88eaa |
UHC | 羸莪 | 11010111111010001110010010110101 | d7e8e4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)