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^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 焦ァD焦ァD^ | 100011111100010110100111010001001000111111000101101001110100010001011110 | 8fc5a7448fc5a7445e |
EUC-JP | 焦ァD焦ァD^ | 1011111011000111100011101010011101000100101111101100011110001110101001110100010001011110 | bec78ea744bec78ea7445e |
UTF-8 | 焦ァD焦ァD^ | 111001111000010010100110111011111011110110100111010001001110011110000100101001101110111110111101101001110100010001011110 | e784a6efbda744e784a6efbda7445e |
UHC | 焦?D焦?D^ | 111101011010010100111111010001001111010110100101001111110100010001011110 | f5a53f44f5a53f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)