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 | 豈ょ | 11100110101011111000001011100101 | e6af82e5 |
EUC-JP | 豈ょ | 11101100101100011010010011100111 | ecb1a4e7 |
UTF-8 | 豈ょ | 111010001011000110001000111000111000001010000111 | e8b188e38287 |
UHC | 豈ょ | 11010001110000101010101011100111 | d1c2aae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)