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 | 紜坂 | 11100011010000011000110111100010 | e3418de2 |
EUC-JP | 紜坂 | 11100101101000101011101011100100 | e5a2bae4 |
UTF-8 | 紜坂 | 111001111011010010011100111001011001110110000010 | e7b49ce59d82 |
UHC | ?坂 | 001111111111011111111000 | 3ff7f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)