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?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 芯D芯D^ | 10010000011000110100010010010000011000110100010001011110 | 9063449063445e |
EUC-JP | 芯D芯D^ | 10111111110001000100010010111111110001000100010001011110 | bfc444bfc4445e |
UTF-8 | 芯D芯D^ | 111010001000101010101111010001001110100010001010101011110100010001011110 | e88aaf44e88aaf445e |
UHC | 芯D芯D^ | 11100100101001010100010011100100101001010100010001011110 | e4a544e4a5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)