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 | 得願 | 10010011101111101000101011101000 | 93be8ae8 |
EUC-JP | 得願 | 11000110110000001011010011101010 | c6c0b4ea |
UTF-8 | 得願 | 111001011011111010010111111010011010000110011000 | e5be97e9a198 |
UHC | 得願 | 11010100111100001110101011000011 | d4f0eac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)