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 | 昭? | 100011111011101000111111 | 8fba3f |
EUC-JP | 昭? | 101111101011110000111111 | bebc3f |
UTF-8 | 昭갷 | 111001101001100010101101111010101011000010110111 | e698adeab0b7 |
UHC | 昭갷 | 11100001101110011000000101100011 | e1b98163 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)