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 | ??D^ | 00111111001111110100010001011110 | 3f3f445e |
SJIS-WIN | ??D^ | 00111111001111110100010001011110 | 3f3f445e |
EUC-JP | 岵?D^ | 100011111011101110110111001111110100010001011110 | 8fbbb73f445e |
UTF-8 | 岵렔D^ | 1110010110110010101101011110101110100000100101000100010001011110 | e5b2b5eba094445e |
UHC | 岵렔D^ | 111110111100000010001110101010010100010001011110 | fbc08ea9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)